Skip to content

Commit

Permalink
Update the push script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Mar 22, 2024
1 parent a4d39e6 commit 4f8b050
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/alma9/push.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/alma9 alma9
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/alma9 alma9-build
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/alma9-cvmfs alma9-cvmfs
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/alma9
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/alma9-cvmfs
Expand Down
2 changes: 2 additions & 0 deletions Docker/centos7/push.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/centos7 centos7-build
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/centos7-cvmfs centos7-cvmfs
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/centos7
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/centos7-cvmfs

2 changes: 2 additions & 0 deletions Docker/ubuntu22/push.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/ubuntu22 ubuntu22-build
docker build -t gitlab-registry.cern.ch/key4hep/k4-deploy/ubuntu22-cvmfs ubuntu22-cvmfs
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/ubuntu22
docker push gitlab-registry.cern.ch/key4hep/k4-deploy/ubuntu22-cvmfs

0 comments on commit 4f8b050

Please sign in to comment.