mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Replace buildx action (#151)
Replace `crazy-max/ghaction-docker-buildx@v3` with `docker/setup-buildx-action@v1`, since the old version has been archived and moved to the new one
This commit is contained in:
committed by
GitHub
parent
6adc79001c
commit
d4900b76d0
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
|||||||
${TAGS} --file Dockerfile .
|
${TAGS} --file Dockerfile .
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: crazy-max/ghaction-docker-buildx@v3
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
- name: Docker Buildx (build)
|
- name: Docker Buildx (build)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user