Skip to content

Commit 94f14fb

Browse files
committed
Allow client .env into Docker build debug
1 parent 12e8bc8 commit 94f14fb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ jobs:
107107
--build-arg VITE_API_BASE_URL=${{ secrets.FRONTEND_API_BASE_URL }} \
108108
-t $IMAGE_ID:$VERSION -t $IMAGE_ID:latest .
109109
110-
- name: Push frontend Docker image
111-
run: |
112-
docker push $FRONTEND_IMAGE_ID:$FRONTEND_VERSION
113-
docker push $FRONTEND_IMAGE_ID:latest
110+
- name: Push frontend Docker image
111+
run: |
112+
docker push $FRONTEND_IMAGE_ID:$FRONTEND_VERSION
113+
docker push $FRONTEND_IMAGE_ID:latest
114114
115115
#backend cloud deployment
116116
deploy-gcp:

0 commit comments

Comments
 (0)