From 740d4b6188b29c625560ae21e49257d54b903361 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 18:43:16 +0000 Subject: [PATCH] Update docker/build-push-action action to v5 (#90) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 6e4dbcb..17266d9 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 }}