Skip to content

Commit aaf5162

Browse files
chore(deps): Bump docker/build-push-action from 5 to 6 (#163)
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 9b6cf90 commit aaf5162

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-docker.yml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# semver
5656
type=semver,pattern={{version}}
5757
- name: push
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: .
6161
push: true
@@ -122,7 +122,7 @@ jobs:
122122
# semver
123123
type=semver,pattern={{version}}
124124
- name: push
125-
uses: docker/build-push-action@v5
125+
uses: docker/build-push-action@v6
126126
with:
127127
context: .
128128
push: true

0 commit comments

Comments
 (0)