Skip to content
Snippets Groups Projects
build_and_publish.sh 212 B
#!/bin/bash

TAG=1.4.4
PACKAGE=nmaas-platform
REPOSITORY=artifactory.geant.net/nmaas-docker-local
sudo docker build --rm -t $REPOSITORY/$PACKAGE:$TAG -f ./Dockerfile ..
sudo docker push $REPOSITORY/$PACKAGE:$TAG