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 }}