Skip to content

Commit

Permalink
Flip repo and project ID env vars in docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamalama committed Oct 17, 2024
1 parent b480857 commit ab942b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
DOCKERHUB_IMAGE_NAME: mozilla/telescope
TEST_CONTAINER_NAME: container-healthcheck
GAR_LOCATION: us
GCP_PROJECT_ID: telescope-prod
GAR_REPOSITORY: moz-fx-telescope-prod
GAR_REPOSITORY: telescope-prod
GCP_PROJECT_ID: moz-fx-telescope-prod
IMAGE: telescope
steps:
- name: Check out the repo
Expand Down

0 comments on commit ab942b4

Please sign in to comment.