This commit is contained in:
2025-07-03 11:53:46 -07:00
parent 73b5c061ad
commit faac02f48e
2 changed files with 5 additions and 2 deletions

View File

@@ -3,4 +3,7 @@
# All rights reserved
docker build --pull --rm -f "vanilla/Dockerfile" -t gitea.fithwum.tech/fithwum/vintage-story:latest "vanilla"
docker push gitea.fithwum.tech/fithwum/vintage-story:latest
docker push -a gitea.fithwum.tech/fithwum/vintage-story
docker build --pull --rm -f "vanilla/Dockerfile" -t fithwum/vintage-story:latest "vanilla"
docker push -a fithwum/vintage-story

View File

@@ -1,5 +1,5 @@
FROM gitea.fithwum.tech/fithwum/base-image:debian-bullseye
LABEL maintainer "fithwum"
LABEL maintainer="fithwum"
# Environment Variables
ENV VS_CHANNEL=""