Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.2.0 to 6.3.0 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent 031441e commit 52d6385
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tool-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cp -a ../../../bin .
- name: Docker build
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: pipelines/dockerfiles/tool-box
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
sarif_file: trivy-results.sarif

- name: Push both platforms as one image manifest list
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: pipelines/dockerfiles/tool-box
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vault-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo $VAULT_VERSION
- name: Build image and export to docker
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: pipelines/dockerfiles/vault
platforms: linux/amd64,linux/arm64
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: docker run --rm -t --cap-add IPC_LOCK ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }} vault --version

- name: Push amd64 & arm64 platform images
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: pipelines/dockerfiles/vault
platforms: linux/amd64,linux/arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo $VAULT_VERSION
- name: Build image and export to docker
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: pipelines/dockerfiles/vault
platforms: 'linux/amd64,linux/arm64'
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
run: docker run --rm -t --cap-add IPC_LOCK ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }} --version

- name: Push amd64 & arm64 platform images
uses: docker/build-push-action@v6.2.0
uses: docker/build-push-action@v6.3.0
with:
context: pipelines/dockerfiles/vault
platforms: linux/amd64,linux/arm64
Expand Down

0 comments on commit 52d6385

Please sign in to comment.