ci(docker): set `PUB_VERTD_URL` to public vertd instance

This commit is contained in:
azure 2025-04-16 08:44:04 -04:00 committed by GitHub
parent b785c70dde
commit 9cd222f515
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -53,4 +53,5 @@ jobs:
build-args: | build-args: |
PUB_ENV=production PUB_ENV=production
PUB_HOSTNAME=${{ vars.PUB_HOSTNAME || '' }} PUB_HOSTNAME=${{ vars.PUB_HOSTNAME || '' }}
PUB_PLAUSIBLE_URL=${{ vars.PUB_PLAUSIBLE_URL || '' }} PUB_PLAUSIBLE_URL=${{ vars.PUB_PLAUSIBLE_URL || '' }}
PUB_VERTD_URL=https://vertd.vert.sh