From 7e485c26d2de5a47fe3a8af166599655241ccbb1 Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Fri, 9 Feb 2024 00:52:52 -0500 Subject: [PATCH] Hardcode env in workflow step --- .github/workflows/to-docker-hub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/to-docker-hub.yaml b/.github/workflows/to-docker-hub.yaml index efc7231..fca45a2 100644 --- a/.github/workflows/to-docker-hub.yaml +++ b/.github/workflows/to-docker-hub.yaml @@ -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/"