From 45aabe4977b952c72cb53ad1b0ccad46ae4ed091 Mon Sep 17 00:00:00 2001 From: "bot-barry[bot]" <149586231+bot-barry[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 22:04:13 +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/action-image-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index 20548003..9c7b3a50 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -132,7 +132,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build container image for testing - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: build-args: |- VERSION=${{ steps.vars.outputs.chan_upstream_version }} @@ -160,7 +160,7 @@ jobs: - name: Build all platforms id: release - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: build-args: |- VERSION=${{ steps.vars.outputs.chan_upstream_version }}