From c76ad0bc8b2387f2f5fb4126999032e03c6987ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:08:10 +0000 Subject: [PATCH] chore(deps): update docker/build-push-action action to v7 --- .github/workflows/sematic-releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sematic-releases.yml b/.github/workflows/sematic-releases.yml index 00b7942..ecda416 100644 --- a/.github/workflows/sematic-releases.yml +++ b/.github/workflows/sematic-releases.yml @@ -101,7 +101,7 @@ jobs: registry: ${{ secrets.HARBOR_REGISTRY }} - name: Build and push id: build-and-push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: push: true tags: ${{ steps.meta.outputs.tags }}