1
Fork 0

Remove commas from list in build action

This commit is contained in:
Viktor Strate Kløvedal 2021-03-30 20:13:08 +02:00 committed by GitHub
parent d7e42c8bc9
commit c7c1a3ebae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}"