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

build(deps): bump docker/build-push-action from 6.6.1 to 6.7.0 in the updates group #3046

Merged
merged 1 commit into from
Aug 19, 2024
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/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
uses: docker/setup-qemu-action@v3.2.0

- name: Build for test
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: linux/amd64
tags: ${{ env.IMAGE_TO_TEST }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
password: ${{ github.token }}

- name: Build and push
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
if: github.actor == github.repository_owner
with:
platforms: ${{ matrix.platforms }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1

- name: Confirm multi-arch build
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ matrix.platforms }}
# ensure latest base image is used
Expand All @@ -66,7 +66,7 @@ jobs:
cache-from: type=gha,scope=${{ matrix.variant }}

- name: Build for test
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
# Only build single platform since loading multi-arch image into daemon fails with
# "docker exporter does not currently support exporting manifest lists"
Expand Down