Hardcode registry URL to fix variable issue
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
cd ~/milevault
|
|
||||||
cat > .gitea/workflows/build.yml << 'EOF'
|
|
||||||
name: Build and push images
|
name: Build and push images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -70,8 +68,3 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
VITE_API_URL=/api
|
VITE_API_URL=/api
|
||||||
VITE_MAPBOX_TOKEN=
|
VITE_MAPBOX_TOKEN=
|
||||||
EOF
|
|
||||||
|
|
||||||
git add .gitea/workflows/build.yml
|
|
||||||
git commit -m "Hardcode registry URL to fix variable issue"
|
|
||||||
git push
|
|
||||||
|
|||||||
Reference in New Issue
Block a user