From 9eea6bef409e0c96dd12726c76500df7cb6d6806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:20:44 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v6 --- .github/workflows/docker-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yaml b/.github/workflows/docker-publish.yaml index 60d1bac..d27e5ec 100644 --- a/.github/workflows/docker-publish.yaml +++ b/.github/workflows/docker-publish.yaml @@ -65,7 +65,7 @@ jobs: # https://github.com/docker/build-push-action - name: Build and push Docker image id: build-and-push - uses: docker/build-push-action@v5.4.0 + uses: docker/build-push-action@v6.7.0 with: context: . push: ${{ github.event_name != 'pull_request' }}