Update build script
All checks were successful
Create and publish container / build_container (push) Successful in 17s
All checks were successful
Create and publish container / build_container (push) Successful in 17s
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Build will be tagged with $1"
|
echo "Build will be tagged with $1"
|
||||||
|
echo "Build directory is $(pwd)"
|
||||||
|
|
||||||
docker buildx build . -t "$1"
|
docker buildx build . -t "$1"
|
||||||
docker push "$1"
|
docker push "$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user