Skip to content
Snippets Groups Projects
Commit 2df7837c authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

as a block

parent 6f20b4ee
Branches
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ build_and_push:
stage: build_and_push
image: docker:latest
script:
- export IMAGES=( "basis" "tp" "python311" "cuda_basis" "basis_jupytermachine" ) #"tp_herwig" "tp_geant"
- docker login -u jeppelt -p $DOCKER_TOKEN;
- |
export IMAGES=( "basis" "tp" "python311" "cuda_basis" "basis_jupytermachine" ) #"tp_herwig" "tp_geant"
docker login -u jeppelt -p $DOCKER_TOKEN;
for image in "${IMAGES[@]}"; do
echo "$image";
cd "$image";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment