Skip to content

Commit 85bac4f

Browse files
chore(deps): bump docker/build-push-action from 5 to 6 (#5145)
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 bc30a92 commit 85bac4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}
8383

8484
- name: Build docker image and push
85-
uses: docker/build-push-action@v5
85+
uses: docker/build-push-action@v6
8686
with:
8787
context: .
8888
push: true
@@ -91,7 +91,7 @@ jobs:
9191
tags: swaggerapi/swagger-editor:next-v5,swaggerapi/swagger-editor:v${{ env.RELEASED_VERSION }}
9292

9393
- name: Build unprivileged docker image and push
94-
uses: docker/build-push-action@v5
94+
uses: docker/build-push-action@v6
9595
with:
9696
context: .
9797
file: Dockerfile.unprivileged

0 commit comments

Comments
 (0)