Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump docker/build-push-action from 6.1.0 to 6.2.0 in /.github/workflows #586

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1.0
uses: docker/build-push-action@v6.2.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.1.0
uses: docker/build-push-action@v6.2.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.1.0
uses: docker/build-push-action@v6.2.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.1.0
uses: docker/build-push-action@v6.2.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.1.0
uses: docker/build-push-action@v6.2.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.1.0
uses: docker/build-push-action@v6.2.0
with:
context: pipelines/dockerfiles/vault
platforms: linux/amd64,linux/arm64
Expand Down