From b7804a28b30e857463fb5e03dbf9115bc5a6f8af Mon Sep 17 00:00:00 2001 From: Kartik Date: Tue, 10 Sep 2024 11:49:03 +0530 Subject: [PATCH] chore: add github container registry as a target --- .github/workflows/docker_image_gen.yaml | 2 +- .github/workflows/example_docker_image_gen.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_image_gen.yaml b/.github/workflows/docker_image_gen.yaml index adc9c737..6d2ef24f 100644 --- a/.github/workflows/docker_image_gen.yaml +++ b/.github/workflows/docker_image_gen.yaml @@ -41,4 +41,4 @@ jobs: push: true context: . platforms: linux/amd64,linux/arm64 - tags: datron1/superposition:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition:latest + tags: ghcr.io/juspay/superposition:latest, ghcr.io/juspay/superposition:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition:latest diff --git a/.github/workflows/example_docker_image_gen.yaml b/.github/workflows/example_docker_image_gen.yaml index e6cf89b9..db46b28c 100644 --- a/.github/workflows/example_docker_image_gen.yaml +++ b/.github/workflows/example_docker_image_gen.yaml @@ -42,4 +42,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 file: ./example.Dockerfile - tags: datron1/superposition-demo-app:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition-demo-app:latest + tags: ghcr.io/juspay/superposition-demo-app:latest, ghcr.io/juspay/superposition-demo-app:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition-demo-app:${{ steps.git_tag.outputs.docker_tag }}, datron1/superposition-demo-app:latest