mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
removing spaces from workflow
This commit is contained in:
parent
9cd5c76b5e
commit
1863381b79
2
.github/workflows/blank.yml
vendored
2
.github/workflows/blank.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
|||||||
name: Run Buildx stretch
|
name: Run Buildx stretch
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
--platform linux/amd64, linux/arm64, linux/arm/v7 \
|
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||||
--output "type=image,push=true" \
|
--output "type=image,push=true" \
|
||||||
--tag bpatrik/pigallery2:nightly-stretch \
|
--tag bpatrik/pigallery2:nightly-stretch \
|
||||||
--file docker/debian-stretch/Dockerfile.build .
|
--file docker/debian-stretch/Dockerfile.build .
|
||||||
|
Loading…
Reference in New Issue
Block a user