We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169605e commit ee48a7cCopy full SHA for ee48a7c
.github/workflows/release.yml
@@ -50,7 +50,7 @@ jobs:
50
password: ${{ secrets.GITHUB_TOKEN }}
51
registry: ghcr.io
52
workdir: webapp
53
- buildargs: API_URI
+ buildargs: API_URI, REACT_APP_FIREBASE_KEY
54
docker-push-questionservice:
55
name: Push auth service Docker Image to GitHub Packages
56
runs-on: ubuntu-latest
0 commit comments