From 2b7484c6c21316a1449d0feb7cb82d8363f3c331 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 2 Sep 2022 15:32:48 -0400 Subject: [PATCH] reverting back to v1 --- .github/workflows/image-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/image-push.yml b/.github/workflows/image-push.yml index 3f22c6f..ee113ac 100644 --- a/.github/workflows/image-push.yml +++ b/.github/workflows/image-push.yml @@ -41,7 +41,7 @@ jobs: # build and push the image - name: Build/Push the image to the registry - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v1 with: repository: ${{ env.NAME }} registry: ${{ env.REGISTRY }}