Skip to content

Commit

Permalink
tag latest hpcrover
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Oct 12, 2023
1 parent 68d96aa commit 635bde6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions toolset/build_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ docker build . -t ${login_server}/${hpcrover}
case "$buildenv" in
"github")
docker login ${login_server}
docker tag ${login_server}/${hpcrover}
docker push ${login_server}/${hpcrover}
docker tag ${login_server}/${hpcrover} ${login_server}/${latest}
docker push ${login_server}/${latest}
;;

Expand Down

0 comments on commit 635bde6

Please sign in to comment.