mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-24 08:42:24 +02: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
|
||||
run: |
|
||||
docker buildx build \
|
||||
--platform linux/amd64, linux/arm64, linux/arm/v7 \
|
||||
--platform linux/amd64,linux/arm64,linux/arm/v7 \
|
||||
--output "type=image,push=true" \
|
||||
--tag bpatrik/pigallery2:nightly-stretch \
|
||||
--file docker/debian-stretch/Dockerfile.build .
|
||||
|
Loading…
Reference in New Issue
Block a user