Skip to content
Snippets Groups Projects
Commit cd7cd2cd authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

use -rollback instead of -prev to avoid preview build confusion

parent 5af58a67
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,10 @@ set -e ...@@ -3,10 +3,10 @@ set -e
GO_VER=$1 GO_VER=$1
CUDA_VER=11.1 CUDA_VER=11.1
# Retag current prod image with -prev suffix, also keeping it with the original name on prod for now # Retag current prod image with -rollback suffix, also keeping it with the original name on prod for now
docker pull docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER docker pull docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER
docker tag docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER \ docker tag docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER \
docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER-prev docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER-rollback
docker push docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER docker push docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER
# Build new version and push to replace # Build new version and push to replace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment