Skip to content

Commit 95382dd

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
2222

2323
- name: Build
24-
uses: docker/build-push-action@v5
24+
uses: docker/build-push-action@v6
2525
with:
2626
context: .
2727
push: false

.github/workflows/create-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
password: ${{ secrets.DOCKERHUB_TOKEN }}
4747

4848
- name: Build and push snapshot release to DockerHub
49-
uses: docker/build-push-action@v5
49+
uses: docker/build-push-action@v6
5050
with:
5151
context: .
5252
push: true
@@ -62,7 +62,7 @@ jobs:
6262
password: ${{ secrets.GITHUB_TOKEN }}
6363

6464
- name: Build and push snapshot release to GHCR
65-
uses: docker/build-push-action@v5
65+
uses: docker/build-push-action@v6
6666
with:
6767
context: .
6868
push: true

.github/workflows/publish-docker-next.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build and push to DockerHub
3232
id: docker_build_push
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
context: .
3636
push: true
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Build and push to GHCR
52-
uses: docker/build-push-action@v5
52+
uses: docker/build-push-action@v6
5353
with:
5454
context: .
5555
push: true

0 commit comments

Comments
 (0)