4 lines
70 B
Bash
4 lines
70 B
Bash
|
set -e
|
||
|
docker build . -f $1 --build-arg image=$2 -t $3
|
||
|
docker push $3
|