Skip to content

Commit

Permalink
Hardcode env in workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
WillNilges committed Feb 9, 2024
1 parent 170c1c2 commit 7e485c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/to-docker-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
# Hardcoding the URL of meshdb into the image we build... There is probably
# a better way to do this.
secrets: |
NEXT_PUBLIC_MESHDB_URL=https://db.grandsvc.mesh.nycmesh.net/
build-args: |
"$NEXT_PUBLIC_MESHDB_URL=https://db.grandsvc.mesh.nycmesh.net/"

0 comments on commit 7e485c2

Please sign in to comment.