Hardcode registry URL to fix variable issue
Build and push images / build-backend (push) Successful in 52s
Build and push images / build-worker (push) Successful in 46s
Build and push images / build-frontend (push) Failing after 14s

This commit is contained in:
2026-06-06 14:39:27 +01:00
parent 97e79fd020
commit e0b09d6d44
-7
View File
@@ -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