mirror of
https://github.com/icereed/paperless-gpt.git
synced 2025-03-13 13:18:02 -05:00
chore(deps): update docker/setup-qemu-action action to v3 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ec81a61b29
commit
27b56ee1d3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-build-and-push.yml
vendored
2
.github/workflows/docker-build-and-push.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Set Docker tags
|
||||
id: set_tags
|
||||
|
|
Loading…
Reference in a new issue