Skip to content

Commit 81186e8

Browse files
Bump docker/build-push-action in /.github/actions/build-image
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.3.0 to 6.10.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.3.0...v6.10.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 1ab4fc8 commit 81186e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-image/action.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
3737
- name: Build and push to ghcr by digest
3838
id: build-ghcr
39-
uses: docker/build-push-action@v5.3.0
39+
uses: docker/build-push-action@v6.10.0
4040
with:
4141
context: .
4242
file: ./docker/Dockerfile
@@ -67,7 +67,7 @@ runs:
6767

6868
- name: Build and push to dockerhub by digest
6969
id: build-dockerhub
70-
uses: docker/build-push-action@v5.3.0
70+
uses: docker/build-push-action@v6.10.0
7171
with:
7272
context: .
7373
file: ./docker/Dockerfile

0 commit comments

Comments
 (0)