Skip to content

Commit eaa6130

Browse files
chore(deps): Bump docker/build-push-action from 5 to 6 (#56)
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 4d5a153 commit eaa6130

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
@@ -57,7 +57,7 @@ jobs:
5757
# semver
5858
type=semver,pattern={{version}}
5959
- name: push
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
context: .
6363
push: true
@@ -124,7 +124,7 @@ jobs:
124124
# semver
125125
type=semver,pattern={{version}}
126126
- name: push
127-
uses: docker/build-push-action@v5
127+
uses: docker/build-push-action@v6
128128
with:
129129
context: .
130130
push: true

0 commit comments

Comments
 (0)