7 lines
189 B
Bash
Executable File
7 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build . -f bullseye-slim.Dockerfile -t git.ohea.xyz/containers/pvpgn:1.99.7.2.1-bullseye-slim
|
|
docker push git.ohea.xyz/containers/pvpgn:1.99.7.2.1-bullseye-slim
|