Skip to content

Commit

Permalink
Remove ' in build-args
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Sep 11, 2023
1 parent a92258e commit 9989b52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
push: true
build-args: |
VITE_MAPBOX_API_TOKEN=${{ secrets.MAPBOX_API_TOKEN }}
VITE_MACROSTRAT_TILESERVER_V1='https://tiles.macrostrat.org'
VITE_MACROSTRAT_TILESERVER_DOMAIN='https://tileserver.macrostrat-dev.chtc.io/'
VITE_MACROSTRAT_TILESERVER_V1=https://tiles.macrostrat.org
VITE_MACROSTRAT_TILESERVER_DOMAIN=https://tileserver.macrostrat-dev.chtc.io
VITE_MACROSTRAT_API_DOMAIN=
VITE_CORELLE_API_DOMAIN='https://rotate.macrostrat.org'
VITE_CORELLE_API_DOMAIN=https://rotate.macrostrat.org
PUBLIC_URL=/map/
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
6 changes: 3 additions & 3 deletions .github/workflows/build-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
context: .
build-args: |
VITE_MAPBOX_API_TOKEN=${{ secrets.MAPBOX_API_TOKEN }}
VITE_MACROSTRAT_TILESERVER_V1='https://tiles.macrostrat.org'
VITE_MACROSTRAT_TILESERVER_DOMAIN='https://tileserver.macrostrat-dev.chtc.io/'
VITE_MACROSTRAT_TILESERVER_V1=https://tiles.macrostrat.org
VITE_MACROSTRAT_TILESERVER_DOMAIN=https://tileserver.macrostrat-dev.chtc.io
VITE_MACROSTRAT_API_DOMAIN=
VITE_CORELLE_API_DOMAIN='https://rotate.macrostrat.org'
VITE_CORELLE_API_DOMAIN=https://rotate.macrostrat.org
PUBLIC_URL=/map/
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 9989b52

Please sign in to comment.