This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Build will be tagged with $1"
|
||||||
|
|
||||||
docker buildx build . -t "$1"
|
docker buildx build . -t "$1"
|
||||||
docker push "$1"
|
docker push "$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user