Skip to content

Commit

Permalink
fix: 🐛 Docker イメージ名 が誤っていたのでさらに修正した (-backend) (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Nov 27, 2022
1 parent df2507b commit 940a610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gss2022_backend_on_postgres_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ on:

env:
# TODO: Git のタグを取得して、イメージのタグにする
DOCKER_IMAGE: asia-northeast1-docker.pkg.dev/${{ secrets.CLOUD_RUN_PROJECT }}/cloud-run-source-deploy/gensosenkyo-2022
DOCKER_IMAGE: asia-northeast1-docker.pkg.dev/${{ secrets.CLOUD_RUN_PROJECT }}/cloud-run-source-deploy/gensosenkyo-2022-backend
GCP_REGION: ${{ secrets.CLOUD_RUN_REGION }}
GCP_AUTH_HOST: asia-northeast1-docker.pkg.dev
CLOUD_RUN_SERVICE_NAME: gensosenkyo-2022
CLOUD_RUN_SERVICE_NAME: gensosenkyo-2022-backend

jobs:
gss2022_backend:
Expand Down

0 comments on commit 940a610

Please sign in to comment.