Part3
This commit is contained in:
parent
1a5357e1df
commit
e98d78b444
16 changed files with 109 additions and 8 deletions
6
Part3/Exercise04/builder.sh
Executable file
6
Part3/Exercise04/builder.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
git clone https://github.com/$1.git ./repo
|
||||
cd ./repo
|
||||
docker build . -t $2
|
||||
docker login -u $DOCKER_USER -p $DOCKER_PWD
|
||||
docker push $2
|
Reference in a new issue