Move docker creation over to devenv

This is not ideal, since devenv is more for creating development
environments, but it works
This commit is contained in:
2026-06-13 14:55:37 +02:00
parent 86d390f621
commit 64b2588dd2
8 changed files with 99 additions and 57 deletions
-1
View File
@@ -56,7 +56,6 @@ while IFS=$'\t' read -r TAG DOWNLOAD_URL; do
curl -sL -o "$LOCAL_FILE" "$DOWNLOAD_URL"
echo "Set var to true"
UPDATE_TRIGGERED=true
fi