This commit is contained in:
@@ -3,5 +3,7 @@
|
||||
echo "Build will be tagged with $1"
|
||||
echo "Build directory is $(pwd)"
|
||||
|
||||
OLD_IMG=docker image ls -q "$1"
|
||||
docker buildx build . -t "$1"
|
||||
docker push "$1"
|
||||
docker image rm "$OLD_IMG"
|
||||
|
||||
Reference in New Issue
Block a user