From 8dd8be1d52e2470604633b4c623b9ea144b32484 Mon Sep 17 00:00:00 2001 From: Phil Owen <19691521+PhillipsOwen@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:39:30 -0400 Subject: [PATCH] upping build push action version --- .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 ee113ac..3f22c6f 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@v1 + uses: docker/build-push-action@v3 with: repository: ${{ env.NAME }} registry: ${{ env.REGISTRY }}