Skip to content

Commit c64f9fc

Browse files
use prod api for building frontend on tags (#136)
1 parent 2bd8d8d commit c64f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push-on-tag-or-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ jobs:
5151
labels: ${{ steps.meta.outputs.labels }}
5252
push: true
5353
secrets: |
54-
SD_BACKEND_URL=${{ secrets.SD_BACKEND_URL }}
54+
SD_BACKEND_URL=${{ secrets.SD_BACKEND_URL_PROD }}
5555
SD_CLIENT_ID=${{ secrets.SD_CLIENT_ID }}
5656
SD_AUTHORITY_URL=${{ secrets.SD_AUTHORITY_URL }}

0 commit comments

Comments
 (0)