From e0b09d6d44795bb81e238dfa850b85378241a5c5 Mon Sep 17 00:00:00 2001 From: owain Date: Sat, 6 Jun 2026 14:39:27 +0100 Subject: [PATCH] Hardcode registry URL to fix variable issue --- .gitea/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 3bc6c81..bfcf0de 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,5 +1,3 @@ -cd ~/milevault -cat > .gitea/workflows/build.yml << 'EOF' name: Build and push images on: @@ -70,8 +68,3 @@ jobs: build-args: | VITE_API_URL=/api VITE_MAPBOX_TOKEN= -EOF - -git add .gitea/workflows/build.yml -git commit -m "Hardcode registry URL to fix variable issue" -git push