diff --git a/Dockerfile b/bullseye-slim.Dockerfile similarity index 100% rename from Dockerfile rename to bullseye-slim.Dockerfile diff --git a/publish.sh b/publish.sh new file mode 100755 index 0000000..5813160 --- /dev/null +++ b/publish.sh @@ -0,0 +1,6 @@ +#!/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