Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 3 to 4 (#5150)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 11, 2023
1 parent 0e744b2 commit 5142b80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-dev-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "OSMOSIS_VERSION=${{ github.ref_name }}-$SHORT_SHA" >> $GITHUB_ENV
-
name: Build and Push Docker Images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: Dockerfile
context: .
Expand All @@ -81,7 +81,7 @@ jobs:
${{ env.OSMOSIS_DEV_IMAGE_REPOSITORY }}:${{ env.DOCKER_IMAGE_TAG }}
-
name: Build and Push E2E Init Docker Images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: tests/e2e/initialization/init.Dockerfile
context: .
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
-
name: Build and push (distroless)
id: build_push_distroless
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: Dockerfile
context: .
Expand All @@ -102,7 +102,7 @@ jobs:
-
name: Build and push (nonroot)
id: build_push_nonroot
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: Dockerfile
context: .
Expand All @@ -121,7 +121,7 @@ jobs:
-
name: Build and push (alpine)
id: build_push_alpine
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: Dockerfile
context: .
Expand All @@ -139,7 +139,7 @@ jobs:
-
if: startsWith(github.ref, 'refs/tags/v') && endsWith(github.ref, '.0')
name: Build and push (e2e-chain-init)
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
file: tests/e2e/initialization/init.Dockerfile
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: docker/setup-buildx-action@v2
if: env.GIT_DIFF
- name: Build e2e image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
load: true
context: .
Expand Down

0 comments on commit 5142b80

Please sign in to comment.