From 9631350377422eab253f78de54221888eed98f64 Mon Sep 17 00:00:00 2001 From: Jack Rosati Date: Thu, 17 Oct 2024 12:43:24 -0500 Subject: [PATCH] cahnge image names to reflect k8s images --- .github/workflows/build-and-push.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index bb89259..7d0a35f 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -54,9 +54,9 @@ jobs: with: # list of Docker images to use as base name for tags images: | - gcr.io/skyviewer/rubinobs-api,enable=${{ steps.deploy-info.outputs.environment_name == 'dev' }} - gcr.io/edc-int-6c5e/rubinobs-api,enable=${{ steps.deploy-info.outputs.environment_name == 'int' }} - gcr.io/edc-prod-eef0/rubinobs-api,enable=${{ steps.deploy-info.outputs.environment_name == 'prod' }} + gcr.io/skyviewer/investigations-api-k8s,enable=${{ steps.deploy-info.outputs.environment_name == 'dev' }} + gcr.io/edc-int-6c5e/investigations-api-k8s,enable=${{ steps.deploy-info.outputs.environment_name == 'int' }} + gcr.io/edc-prod-eef0/investigations-api-k8s,enable=${{ steps.deploy-info.outputs.environment_name == 'prod' }} flavor: | latest=${{ github.event_name == 'push'}} # generate Docker tags based on the following events/attributes