diff --git a/build_FoundryVTT.sh b/build_FoundryVTT.sh index b1c5ff8..e2c48fa 100755 --- a/build_FoundryVTT.sh +++ b/build_FoundryVTT.sh @@ -4,3 +4,6 @@ docker build --pull --rm -f "alpine/Dockerfile" -t gitea.fithwum.tech/fithwum/foundry_vtt:alpine "alpine" docker push -a gitea.fithwum.tech/fithwum/foundry_vtt + +docker build --pull --rm -f "alpine/Dockerfile" -t fithwum/foundry_vtt:alpine "alpine" +docker push -a fithwum/foundry_vtt \ No newline at end of file