Fix variable expansion

This commit is contained in:
Sandro Jäckel 2019-10-18 11:21:15 +02:00
parent c6b15d89c1
commit a5d6466f0b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -41,7 +41,8 @@ else
fi fi
fi fi
docker build . -t "${TAGS[@]}" # shellcheck disable=SC2068
docker build . -t ${TAGS[@]}
docker images docker images
# only push when: # only push when: