Skip to content

Commit

Permalink
build(deps): bump the updates group with 2 updates (#3085)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 6683c91 commit d0a3ee3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
# for build-files step
fetch-depth: 0
Expand Down 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.7.0
uses: docker/build-push-action@v6.8.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.7.0
uses: docker/build-push-action@v6.8.0
if: github.actor == github.repository_owner
with:
platforms: ${{ matrix.platforms }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
# for build-files step
fetch-depth: 0
Expand All @@ -56,7 +56,7 @@ jobs:
uses: docker/setup-buildx-action@v3.6.1

- name: Confirm multi-arch build
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.8.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.7.0
uses: docker/build-push-action@v6.8.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

0 comments on commit d0a3ee3

Please sign in to comment.