From e931264101c9f246e52406341d066a0812e039b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 22:57:36 +0000 Subject: [PATCH] Update docker/build-push-action action to v4 --- .github/workflows/build-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index c0e77e9..c158b9b 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -65,7 +65,7 @@ jobs: - name: Build Image if: ${{ github.event_name == 'push' }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} @@ -73,7 +73,7 @@ jobs: - name: Build Image for fork PR if: ${{ github.event_name == 'pull_request_target' }} - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v4 with: context: https://github.com/${{ github.event.pull_request.head.repo.full_name }}.git#${{ github.event.pull_request.head.sha }} tags: ${{ steps.forkmeta.outputs.tags }}