mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Fix syntax error
This commit is contained in:
committed by
GitHub
parent
cf36b9ec8d
commit
c432036a7f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -81,8 +81,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Docker Build
|
- name: Docker Build
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /tmp/docker-image-${{ matrix.target_platform }}
|
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args }}
|
||||||
docker buildx build --output "type=image,push=false" ${{ steps.prepare.outputs.buildx_args
|
|
||||||
|
|
||||||
- name: Docker Login
|
- name: Docker Login
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user