1
Fork 0

Fix syntax error in build action

This commit is contained in:
Viktor Strate Kløvedal 2021-03-30 20:03:26 +02:00 committed by GitHub
parent 1b70142ddc
commit f5d44cf789
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}"}' \ -d '{"username":"${DOCKER_USERNAME}","password":"${DOCKER_PASSWORD}"}' \
https://hub.docker.com/v2/users/login/ | jq --raw-output '.token') 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 for PLATFORM in ${PLATFORMS[@]}; do
TAG="linux-${PLATFORM}-${GITHUB_SHA::8}" TAG="linux-${PLATFORM}-${GITHUB_SHA::8}"
echo "Deleting tag: ${DOCKER_IMAGE}:${TAG}" echo "Deleting tag: ${DOCKER_IMAGE}:${TAG}"