From ab942b401c4a7f451e6116100d9ffeeb50785686 Mon Sep 17 00:00:00 2001 From: Graham Beckley Date: Wed, 16 Oct 2024 20:32:11 -0400 Subject: [PATCH] Flip repo and project ID env vars in docker workflow --- .github/workflows/build-publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-publish.yaml b/.github/workflows/build-publish.yaml index 21897788..ea61b40f 100644 --- a/.github/workflows/build-publish.yaml +++ b/.github/workflows/build-publish.yaml @@ -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