Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit fb2afb2

Browse files
Bump docker/build-push-action from 3.2.0 to 6.12.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 6.12.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.2.0...v6.12.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f6a1d1 commit fb2afb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
run: echo ::set-output "name=tag::$(echo ${{ matrix.platform }} | tr / -)"
201201

202202
- name: Build
203-
uses: docker/build-push-action@v3.2.0
203+
uses: docker/build-push-action@v6.12.0
204204
with:
205205
push: false
206206
load: true

0 commit comments

Comments
 (0)