File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6767 if [ "${{ github.event_name }}" == "push" ]; then
6868 echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}/" >> $GITHUB_ENV
6969 else
70- echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}oidc/realms/demo/" >> $GITHUB_ENV
70+ echo "NEXT_PUBLIC_OIDC_SERVER_URL=https://${{ steps.set-github-outputs.outputs.url }}/ oidc/realms/demo/" >> $GITHUB_ENV
7171 fi
7272 -
7373 name : Build Docker images
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ framework:
66 handle_all_throwables : true
77
88 trusted_proxies : ' %env(TRUSTED_PROXIES)%'
9- trusted_hosts : ' %env(TRUSTED_HOSTS)%'
9+ # trusted_hosts: '%env(TRUSTED_HOSTS)%'
1010 # See https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#headers
1111 trusted_headers : [ 'x-forwarded-for', 'x-forwarded-proto' ]
1212
You can’t perform that action at this time.
0 commit comments