mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:29:15 +00:00
Remove commas from list in build action
This commit is contained in:
committed by
GitHub
parent
d7e42c8bc9
commit
c7c1a3ebae
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