From 4b29e678e2138ec01dd5f2c9f9dec4cd66a8459e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:09:25 -0500 Subject: [PATCH] build(deps): bump docker/build-push-action from 6 to 7 (#26692) Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/hub_docker_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hub_docker_ci.yml b/.github/workflows/hub_docker_ci.yml index cbc67bc8c..0902dc5d8 100644 --- a/.github/workflows/hub_docker_ci.yml +++ b/.github/workflows/hub_docker_ci.yml @@ -53,7 +53,7 @@ jobs: echo 'TAGS=thevlang/vlang:${{ matrix.os }}' >> "$GITHUB_OUTPUT" fi - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 name: Build and deploy v image with: builder: gh-builder @@ -66,7 +66,7 @@ jobs: ## cache-from: type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache ## cache-to: type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache,mode=max - - uses: docker/build-push-action@v6 + - uses: docker/build-push-action@v7 name: Build and deploy developer build with: builder: gh-builder -- 2.39.5