Set up
All checks were successful
Create and publish container / build_container (push) Successful in 5s
All checks were successful
Create and publish container / build_container (push) Successful in 5s
This commit is contained in:
4
build-image.sh
Executable file
4
build-image.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker buildx build . -t "$1"
|
||||
docker push "$1"
|
||||
Reference in New Issue
Block a user