From 3b59de212e4ebf2d1bf97fbf63271c3135b28316 Mon Sep 17 00:00:00 2001
From: pete911
Date: Wed, 21 Dec 2022 22:16:26 +0000
Subject: [PATCH] fix README typos
---
.github/workflows/pipeline.yml | 2 +-
README.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
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