All checks were successful
Create and publish container / build_container (push) Successful in 5s
5 lines
58 B
Bash
Executable File
5 lines
58 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker buildx build . -t "$1"
|
|
docker push "$1"
|