Skip to content

Commit

Permalink
fix: env not passed to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tonylu00 authored Sep 19, 2024
1 parent 62a8c74 commit 833f337
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1441,6 +1441,9 @@ jobs:
dockerRunArgs: |
--volume "${PWD}:/workspace"
--volume "/opt/artifacts:/opt/artifacts"
--env RENDEZVOUS_SERVER=${{ env.RENDEZVOUS_SERVER }}
--env API_SERVER=${{ env.API_SERVER }}
--env RS_PUB_KEY=${{ env.RS_PUB_KEY }}
shell: /bin/bash
install: |
apt-get update -y
Expand Down Expand Up @@ -1701,6 +1704,9 @@ jobs:
ls -l "${PWD}"
dockerRunArgs: |
--volume "${PWD}:/workspace"
--env RENDEZVOUS_SERVER=${{ env.RENDEZVOUS_SERVER }}
--env API_SERVER=${{ env.API_SERVER }}
--env RS_PUB_KEY=${{ env.RS_PUB_KEY }}
shell: /bin/bash
install: |
apt-get update
Expand Down

0 comments on commit 833f337

Please sign in to comment.