diff --git a/.github/workflows/docker_image_gen.yaml b/.github/workflows/docker_image_gen.yaml index adc9c737..a618e73f 100644 --- a/.github/workflows/docker_image_gen.yaml +++ b/.github/workflows/docker_image_gen.yaml @@ -41,4 +41,8 @@ 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..a3e9dbc9 100644 --- a/.github/workflows/example_docker_image_gen.yaml +++ b/.github/workflows/example_docker_image_gen.yaml @@ -42,4 +42,8 @@ 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