Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 7s
Build and Push foundryvtt Docker Image / build (push) Successful in 34s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 6s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 8s
6 lines
223 B
Bash
Executable File
6 lines
223 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 |