From 8d4436327e9027c29fd8566f0520d5af40f592ac Mon Sep 17 00:00:00 2001 From: "doyobot[bot]" <132103405+doyobot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 22:03:17 +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.1.0 | --- .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 d79e4fd..7e08071 100644 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -131,7 +131,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 }} @@ -159,7 +159,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 }}