Skip to content

Commit

Permalink
SRE-3199: Revert registry parameter to i9n-test
Browse files Browse the repository at this point in the history
Pipeline lacking permissions to push to cicd registry
  • Loading branch information
tlinderdahl-eqt authored Feb 14, 2024
1 parent d0d1608 commit ce11758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands:
- run:
name: Build and push application container image
command: |
serverImageTag="europe-west1-docker.pkg.dev/<< parameters.imageProjectId >>/${APP_NAME}-repository/${APP_NAME}-image:<< parameters.tagNumber >>"
serverImageTag="eu.gcr.io/<< parameters.imageProjectId >>/${APP_NAME}-image:<< parameters.tagNumber >>"
docker build -t ${serverImageTag} --file Dockerfile .
docker push ${serverImageTag}
Expand All @@ -49,7 +49,7 @@ jobs:
executor: gcp
steps:
- build_and_push_image:
imageProjectId: "eqt-cicd-prod"
imageProjectId: "eqt-i9n-infra-test"
tagNumber: "5"

workflows:
Expand Down

0 comments on commit ce11758

Please sign in to comment.