Skip to content

Commit 2d2cf31

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] <[email protected]>
1 parent 7852488 commit 2d2cf31

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
type=ref,event=tag
5555
5656
- name: Build and export to Docker
57-
uses: docker/build-push-action@v5
57+
uses: docker/build-push-action@v6
5858
with:
5959
context: .
6060
load: true
@@ -68,7 +68,7 @@ jobs:
6868
target_tar: file://${{ env.CONTAINER_TAR }}
6969

7070
- name: Build and push
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
id: build-and-push
7373
with:
7474
context: .

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
uses: docker/setup-buildx-action@v3
104104

105105
- name: Build and export to Docker
106-
uses: docker/build-push-action@v5
106+
uses: docker/build-push-action@v6
107107
with:
108108
context: .
109109
load: true

0 commit comments

Comments
 (0)