Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 22, 2024
1 parent 966431e commit 061a541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0
with:
platforms: ${{ matrix.architecture }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0
with:
platforms: all
- name: Set up Docker Buildx
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.1.0
uses: docker/setup-qemu-action@v3.2.0
with:
platforms: all
- name: Set up Docker Buildx
Expand Down

0 comments on commit 061a541

Please sign in to comment.