scripts/deploy-storagenode: tag docker image as latest (#3858)
Co-authored-by: Ivan Fraixedes <ivan@fraixed.es>
This commit is contained in:
parent
4cd86ff780
commit
52cd33a633
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user