Skip to content

Commit 5336073

Browse files
chore(deps): bump docker/build-push-action from 3 to 4 (#3806)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- 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 9be7319 commit 5336073

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
@@ -57,15 +57,15 @@ jobs:
5757
password: ${{ secrets.DOCKERHUB_SB_PASSWORD }}
5858

5959
- name: Build docker image and push
60-
uses: docker/build-push-action@v3
60+
uses: docker/build-push-action@v4
6161
with:
6262
context: .
6363
push: true
6464
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/ppc64le,linux/s390x
6565
tags: swaggerapi/swagger-editor:next-v5
6666

6767
- name: Build unprivileged docker image and push
68-
uses: docker/build-push-action@v3
68+
uses: docker/build-push-action@v4
6969
with:
7070
context: .
7171
file: Dockerfile.unprivileged

0 commit comments

Comments
 (0)