From 10ef69620015485882364921243feeb16a1004fb Mon Sep 17 00:00:00 2001 From: Elliott Shugerman Date: Sun, 12 Dec 2021 13:32:35 -0500 Subject: [PATCH] fix tag name --- .github/workflows/build-and-push-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-images.yml b/.github/workflows/build-and-push-images.yml index 3628270..7fc7b68 100644 --- a/.github/workflows/build-and-push-images.yml +++ b/.github/workflows/build-and-push-images.yml @@ -21,6 +21,6 @@ jobs: with: context: . push: true - tags: ${{ github.repository }}/9 + tags: ${{ github.repository }}:9 build-args: | ALPINE_VERSION=3.6