From 7656492bbb075477b724aa231015eb6de0149cc2 Mon Sep 17 00:00:00 2001 From: Jay Jie Date: Sun, 17 Sep 2023 00:21:48 -0700 Subject: [PATCH] chore: switch to docker/build-push-action@v4 --- .github/workflows/ build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ build-and-publish.yml b/.github/workflows/ build-and-publish.yml index 40bd96f..ca60e44 100644 --- a/.github/workflows/ build-and-publish.yml +++ b/.github/workflows/ build-and-publish.yml @@ -46,7 +46,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build image and push to GitHub Container Registry - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v4 with: # Note: tags has to be all lower-case tags: ${{ steps.meta.outputs.tags }}