Skip to content

Commit a4a60a1

Browse files
chore(deps): Bump docker/build-push-action from 5 to 6 (#30)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d303a29 commit a4a60a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
latest=false
3232
suffix=-amd64
3333
- name: build
34-
uses: docker/build-push-action@v5
34+
uses: docker/build-push-action@v6
3535
with:
3636
context: .
3737
push: false
@@ -68,7 +68,7 @@ jobs:
6868
latest=false
6969
suffix=-arm64v8
7070
- name: build
71-
uses: docker/build-push-action@v5
71+
uses: docker/build-push-action@v6
7272
with:
7373
context: .
7474
push: false

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# branch
5454
type=ref,event=branch
5555
- name: push
56-
uses: docker/build-push-action@v5
56+
uses: docker/build-push-action@v6
5757
with:
5858
context: .
5959
push: true
@@ -118,7 +118,7 @@ jobs:
118118
# branch
119119
type=ref,event=branch
120120
- name: push
121-
uses: docker/build-push-action@v5
121+
uses: docker/build-push-action@v6
122122
with:
123123
context: .
124124
push: true

0 commit comments

Comments
 (0)