fix: cloudbuild

This commit is contained in:
Stanley Cheung 2026-02-20 21:31:19 +08:00
parent 6f26f8c08f
commit 0f2840d71a
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@ steps:
args:
- build
- -f
- Dockerfile
- apps/web/Dockerfile
- --build-arg
- NEXT_PUBLIC_API_URL=${_NEXT_PUBLIC_API_URL}
- -t
- ${_AR_HOSTNAME}/${_AR_PROJECT_ID}/${_AR_REPOSITORY}/${_SERVICE_NAME}:latest
- -t
- ${_AR_HOSTNAME}/${_AR_PROJECT_ID}/${_AR_REPOSITORY}/${_SERVICE_NAME}:${SHORT_SHA}
- .
- apps/web
- name: gcr.io/cloud-builders/docker
id: Push latest