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

rollback tag fixes

parent cd7cd2cd
No related branches found
No related tags found
No related merge requests found
set -e
./build-image.sh 1.17
./build-image.sh 1.18
\ No newline at end of file
......@@ -7,8 +7,8 @@ CUDA_VER=11.1
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-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-rollback
# Build new version and push to replace
docker build --build-arg GO_VER -t docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER .
docker build --build-arg GO_VER=$1 -t 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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment