Skip to content

Commit

Permalink
fix: wrong docker context path
Browse files Browse the repository at this point in the history
  • Loading branch information
sukjuhong authored Jan 8, 2025
1 parent 298a84f commit 189481e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD-web-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: 'Build and Push Container'
run: |-
DOCKER_TAG="${{ env.REGION }}-docker.pkg.dev/${{ env.PROJECT_ID }}/${{ env.GAR_NAME }}/${{ env.SERVICE }}:${{ github.sha }}"
docker build --tag "${DOCKER_TAG}" ./pofo-api
docker build --tag "${DOCKER_TAG}" .
docker push "${DOCKER_TAG}"
- name: 'Deploy to Cloud Run'
Expand Down

0 comments on commit 189481e

Please sign in to comment.