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