We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd8d8d commit c64f9fcCopy full SHA for c64f9fc
.github/workflows/docker-build-push-on-tag-or-release.yaml
@@ -51,6 +51,6 @@ jobs:
51
labels: ${{ steps.meta.outputs.labels }}
52
push: true
53
secrets: |
54
- SD_BACKEND_URL=${{ secrets.SD_BACKEND_URL }}
+ SD_BACKEND_URL=${{ secrets.SD_BACKEND_URL_PROD }}
55
SD_CLIENT_ID=${{ secrets.SD_CLIENT_ID }}
56
SD_AUTHORITY_URL=${{ secrets.SD_AUTHORITY_URL }}
0 commit comments