From 8ff89cdc3abd12217c25c4462ea3ef9a5acdb0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 09:24:27 +0000 Subject: [PATCH] Update docker/build-push-action action to v7 --- .github/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-image.yaml b/.github/workflows/publish-image.yaml index b0c3c17..7a6d665 100644 --- a/.github/workflows/publish-image.yaml +++ b/.github/workflows/publish-image.yaml @@ -41,7 +41,7 @@ jobs: run: echo "short=${GITHUB_SHA::7}" >>${GITHUB_OUTPUT} - name: Run docker/build-push-action - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 with: context: . file: ./Dockerfile