Merge pull request #2508 from dexidp/dependabot/github_actions/docker/setup-qemu-action-2
This commit is contained in:
commit
0270536a2e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/artifacts.yaml
vendored
2
.github/workflows/artifacts.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
org.opencontainers.image.documentation=https://dexidp.io/docs/
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
|
|
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
echo ::set-output name=build_date::$(git show -s --format=%cI)
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
platforms: all
|
||||
|
||||
|
|
Reference in a new issue