Skip to content

Commit

Permalink
Merge pull request #4373 from faucetsdn/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-qemu-action-3

Bump docker/setup-qemu-action from 2 to 3
  • Loading branch information
gizmoguy committed Sep 13, 2023
2 parents cbd7cbe + c931050 commit df72290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up docker buildx
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up docker buildx
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up docker buildx
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: all
- name: Set up docker buildx
Expand Down

0 comments on commit df72290

Please sign in to comment.