We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c60803e commit 3b59de2Copy full SHA for 3b59de2
.github/workflows/pipeline.yml
@@ -17,7 +17,7 @@ jobs:
17
needs:
18
- docker-scan
19
uses: pete911/github-actions/.github/workflows/docker-push.yml@main
20
- inputs:
+ with:
21
build-args: version=${{ github.ref_name }}
22
secrets:
23
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USER }}
README.md
@@ -33,14 +33,14 @@ ecr-image-sync [flags]
33
34
## download
35
36
-- [binary](https://github.com/pete911/ipcalc/releases)
+- [binary](https://github.com/pete911/ecr-image-sync/releases)
37
38
## build/install
39
40
### brew
41
42
- add tap `brew tap pete911/tap`
43
-- install `brew install pete911/tap/ipcalc`
+- install `brew install pete911/tap/ecr-image-sync`
44
45
### go
46
0 commit comments