diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 7c94e778..bc23b51f 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -17,7 +17,7 @@ jobs: needs: - docker-scan uses: pete911/github-actions/.github/workflows/docker-push.yml@main - inputs: + with: build-args: version=${{ github.ref_name }} secrets: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USER }} diff --git a/README.md b/README.md index eaca1206..979876bb 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ ecr-image-sync [flags] ## download -- [binary](https://github.com/pete911/ipcalc/releases) +- [binary](https://github.com/pete911/ecr-image-sync/releases) ## build/install ### brew - add tap `brew tap pete911/tap` -- install `brew install pete911/tap/ipcalc` +- install `brew install pete911/tap/ecr-image-sync` ### go