Skip to content

Commit

Permalink
fix: 🐛 Docker の イメージ名 が誤っていたので修正した (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer committed Nov 27, 2022
1 parent c3ac914 commit df2507b
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-2019
DOCKER_IMAGE: asia-northeast1-docker.pkg.dev/${{ secrets.CLOUD_RUN_PROJECT }}/cloud-run-source-deploy/gensosenkyo-2022
GCP_REGION: ${{ secrets.CLOUD_RUN_REGION }}
GCP_AUTH_HOST: asia-northeast1-docker.pkg.dev
CLOUD_RUN_SERVICE_NAME: gensosenkyo-2019
CLOUD_RUN_SERVICE_NAME: gensosenkyo-2022

jobs:
gss2022_backend:
Expand Down

0 comments on commit df2507b

Please sign in to comment.