Fixed build var
All checks were successful
release-image / release-image (push) Successful in 10m16s

This commit is contained in:
Logan Cusano
2025-05-26 19:54:42 -04:00
parent f16099ba38
commit 12c0ca1177
2 changed files with 3 additions and 8 deletions

View File

@@ -57,4 +57,4 @@ jobs:
git.vpn.cusano.net/logan/${{ env.CONTAINER_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}
git.vpn.cusano.net/logan/${{ env.CONTAINER_NAME }}:${{ env.DOCKER_LATEST }}
build-args: |
NEXT_PUBLIC_DRB_BASE_API_URL=${{ var.DRB_BASE_API_URL }}
NEXT_PUBLIC_DRB_BASE_API_URL=${{ vars.DRB_BASE_API_URL }}