From b5fc4fa62b747ac395ce8f36261b36623b67f709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 10:10:17 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/publish-container-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-container-image.yml b/.github/workflows/publish-container-image.yml index 1417efa..e7feec6 100644 --- a/.github/workflows/publish-container-image.yml +++ b/.github/workflows/publish-container-image.yml @@ -48,7 +48,7 @@ jobs: - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: ${{ github.event_name != 'pull_request' }}