Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 to 4 (#6215)
Browse files Browse the repository at this point in the history
* Bump docker/build-push-action from 3 to 4

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] <support@github.com>
Signed-off-by: Xin Li <xin@swirldslabs.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xin Li <xin@swirldslabs.com>
  • Loading branch information
dependabot[bot] and xin-hedera committed Jun 16, 2023
1 parent e807071 commit ed3ceed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-integration.yml
Expand Up @@ -53,13 +53,14 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: VERSION=${{env.VERSION}}
cache-from: type=gha
cache-to: type=gha,mode=max
context: ${{env.CONTEXT}}
platforms: linux/amd64, linux/arm64
provenance: false
push: true
tags: ${{env.IMAGE}}:${{env.VERSION}},${{env.IMAGE}}:main,${{env.IMAGE}}:main-${{ github.sha }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-production.yml
Expand Up @@ -54,13 +54,14 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push images
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: VERSION=${{env.TAG}}
cache-from: type=gha
cache-to: type=gha,mode=max
context: ${{env.CONTEXT}}
platforms: linux/amd64, linux/arm64
provenance: false
push: true
tags: ${{env.IMAGE}}:${{env.TAG}},${{env.IMAGE}}:latest

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rosetta.yml
Expand Up @@ -43,13 +43,14 @@ jobs:
echo "GIT_REF=${GIT_REF}" >> $GITHUB_ENV
- name: Build Mirror Node All-in-One Docker Image and Export
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
build-args: GIT_REF=${{ env.GIT_REF }}
cache-from: type=gha
cache-to: type=gha,mode=max
context: ./hedera-mirror-rosetta/container
outputs: type=docker,dest=/tmp/${{ env.MODULE }}.tar
provenance: false
tags: ${{ env.MODULE }}:latest

- name: Upload Artifact
Expand Down

0 comments on commit ed3ceed

Please sign in to comment.