Skip to content

Commit 4b29e67

Browse files
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](docker/build-push-action@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f6de0d commit 4b29e67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hub_docker_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
echo 'TAGS=thevlang/vlang:${{ matrix.os }}' >> "$GITHUB_OUTPUT"
5454
fi
5555
56-
- uses: docker/build-push-action@v6
56+
- uses: docker/build-push-action@v7
5757
name: Build and deploy v image
5858
with:
5959
builder: gh-builder
@@ -66,7 +66,7 @@ jobs:
6666
## cache-from: type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache
6767
## cache-to: type=registry,ref=thevlang/vlang:${{ matrix.os }}-buildcache,mode=max
6868

69-
- uses: docker/build-push-action@v6
69+
- uses: docker/build-push-action@v7
7070
name: Build and deploy developer build
7171
with:
7272
builder: gh-builder

0 commit comments

Comments
 (0)