Files
foundryvtt/build_FoundryVTT.sh
fithwum 802e30a33b
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
fgghjd
2025-07-03 11:48:08 -07:00

9 lines
346 B
Bash
Executable File

#!/bin/bash
# Copyright (c) 2023 fithwum
# All rights reserved
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