Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 4.1.1 to 4.2.1 (#2380)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 13, 2023
1 parent a079dd0 commit 17e2f90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
uses: docker/setup-qemu-action@v2.2.0

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

- name: Build and push
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
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 @@ -54,7 +54,7 @@ jobs:
uses: docker/setup-buildx-action@v2

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

- name: Build for test
uses: docker/build-push-action@v4.1.1
uses: docker/build-push-action@v4.2.1
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

0 comments on commit 17e2f90

Please sign in to comment.