Skip to content

Commit

Permalink
chore(deps): update docker/setup-qemu-action action to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 6, 2024
1 parent 0a5dec8 commit a5707a3
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 @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
platforms: ${{ matrix.architecture }}
- name: Set up Docker Buildx
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
platforms: all
- name: Set up Docker Buildx
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.0.0
uses: docker/setup-qemu-action@v3.1.0
with:
platforms: all
- name: Set up Docker Buildx
Expand Down

0 comments on commit a5707a3

Please sign in to comment.