You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
320 B
8 lines
320 B
set -xeu
|
|
|
|
BRANCH=$1
|
|
|
|
sudo docker build -t iqball-api-dotnet:$BRANCH -f ci/Dockerfile .
|
|
sudo docker tag iqball-api-dotnet:$BRANCH hub.codefirst.iut.uca.fr/maxime.batista/iqball-api-dotnet:$BRANCH
|
|
sudo docker login hub.codefirst.iut.uca.fr
|
|
sudo docker push hub.codefirst.iut.uca.fr/maxime.batista/iqball-api-dotnet:$BRANCH |