'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 16m48s

This commit is contained in:
Your Name
2025-05-31 21:33:21 +12:00
parent 7706986cef
commit 3f27cbf155
5 changed files with 16 additions and 8 deletions

View File

@ -4,5 +4,5 @@ set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
docker build -t gitea.jde.nz/public/dropshell-build:latest -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}"
docker build -t gitea.jde.nz/public/dropshell-build:test -f "${SCRIPT_DIR}/Dockerfile" "${SCRIPT_DIR}"