Skip to content

Commit 3b59de2

Browse files
committed
fix README typos
1 parent c60803e commit 3b59de2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
needs:
1818
- docker-scan
1919
uses: pete911/github-actions/.github/workflows/docker-push.yml@main
20-
inputs:
20+
with:
2121
build-args: version=${{ github.ref_name }}
2222
secrets:
2323
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USER }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ ecr-image-sync [flags]
3333

3434
## download
3535

36-
- [binary](https://github.com/pete911/ipcalc/releases)
36+
- [binary](https://github.com/pete911/ecr-image-sync/releases)
3737

3838
## build/install
3939

4040
### brew
4141

4242
- add tap `brew tap pete911/tap`
43-
- install `brew install pete911/tap/ipcalc`
43+
- install `brew install pete911/tap/ecr-image-sync`
4444

4545
### go
4646

0 commit comments

Comments
 (0)