scripts/deploy-storagenode: tag docker image as latest (#3858)

Co-authored-by: Ivan Fraixedes <ivan@fraixed.es>
This commit is contained in:
littleskunk 2020-04-18 11:59:56 +02:00 committed by GitHub
parent 4cd86ff780
commit 52cd33a633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ set -euo pipefail
: "${TAG:?Must be set to the gitish version of the release without architecture}"
for v in alpha arm beta; do
for v in alpha arm beta latest; do
docker manifest create --amend storjlabs/storagenode:$v \
storjlabs/storagenode:${TAG}-amd64 \
storjlabs/storagenode:${TAG}-arm32v6 \