Skip to content

Commit

Permalink
fix README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pete911 committed Dec 21, 2022
1 parent c60803e commit 3b59de2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b59de2

Please sign in to comment.