From a846938a862f23559528bd6aa4a7603ed1d4e3f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 10:44:19 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e286782..16756f7 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: run: echo ${{ steps.buildx.outputs.platforms }} - name: Build container image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: push: false context: . @@ -67,7 +67,7 @@ jobs: TAG_SUFFIX: ${{ github.sha }} - name: Publish container image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 if: github.ref == 'refs/heads/main' || github.event_name == 'release' with: push: true