Skip to content

Commit 968c5c2

Browse files
Bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62d9040 commit 968c5c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
tags: |
3737
type=raw,value=${{ github.ref_name }}
3838
39-
- uses: docker/build-push-action@v5
39+
- uses: docker/build-push-action@v6
4040
id: docker-build
4141
with:
4242
context: .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tags: |
2929
type=raw,value=${{ github.ref_name }}
3030
31-
- uses: docker/build-push-action@v5
31+
- uses: docker/build-push-action@v6
3232
id: docker-build
3333
with:
3434
context: .

0 commit comments

Comments
 (0)