From dbeeb97fbc36477ce11ebc6c6b810f1dd612879c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:25:57 +0000 Subject: [PATCH] Update docker/build-push-action action to v5 --- .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 aec2444..15e5967 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@v4 + uses: docker/build-push-action@v5 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@v4 + uses: docker/build-push-action@v5 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 }}