We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c03f2 commit 6794ef1Copy full SHA for 6794ef1
.github/workflows/docker-build-push.yml
@@ -98,4 +98,4 @@ jobs:
98
tags: ${{ steps.meta.outputs.tags }}
99
labels: ${{ steps.meta.outputs.labels }}
100
build-args: |
101
- VITE_API_ROOT=https://localhost
+ VITE_API_ROOT=${{ secrets.FRONTEND_API_ROOT }}}
0 commit comments