diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 9d5ba13..700f05e 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -13,9 +13,9 @@ concurrency: env: PROJECT_ID: student-progress-staging REGION: europe-west3 - REPOSITORY: student-progress-api-repo + REPOSITORY: student-progress-api SERVICE: student-progress-api - IMAGE_URI: europe-west3-docker.pkg.dev/student-progress-staging/student-progress-api-repo/student-progress-api + IMAGE_URI: europe-west3-docker.pkg.dev/student-progress-staging/student-progress-api/student-progress-api jobs: deploy: