mirror of
https://github.com/samschott/maestral.git
synced 2024-11-11 11:36:35 +03:00
Merge pull request #675 from samschott/dependabot/github_actions/docker/setup-qemu-action-2
Bump docker/setup-qemu-action from 1 to 2
This commit is contained in:
commit
3c633df2aa
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
echo ::set-output name=created::$(date -u +'%Y-%m-%dT%H:%M:%SZ')
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user