From 2935bca56f1d0421735571e4c4d95c14da85b9da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:49:03 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v6 | v7 | --- .github/workflows/build-publish-container-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-container-image.yaml b/.github/workflows/build-publish-container-image.yaml index 0729e51..606165d 100644 --- a/.github/workflows/build-publish-container-image.yaml +++ b/.github/workflows/build-publish-container-image.yaml @@ -56,7 +56,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - name: Build OCI Container Images - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6 + uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7 env: SOURCE_DATE_EPOCH: ${{ steps.commit_timestamp.outputs.timestamp }} with: