mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:29:12 +00:00
Fix syntax error in build action
This commit is contained in:
committed by
GitHub
parent
1b70142ddc
commit
f5d44cf789
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -139,7 +139,7 @@ jobs:
|
||||
-d '{"username":"${DOCKER_USERNAME}","password":"${DOCKER_PASSWORD}"}' \
|
||||
https://hub.docker.com/v2/users/login/ | jq --raw-output '.token')
|
||||
|
||||
PLATFORMS=("amd64", "arm64", "arm-v7", "arm-v6"}
|
||||
PLATFORMS=("amd64", "arm64", "arm-v7", "arm-v6")
|
||||
for PLATFORM in ${PLATFORMS[@]}; do
|
||||
TAG="linux-${PLATFORM}-${GITHUB_SHA::8}"
|
||||
echo "Deleting tag: ${DOCKER_IMAGE}:${TAG}"
|
||||
|
||||
Reference in New Issue
Block a user