Skip to content

Commit

Permalink
chore: add github container registry as a target
Browse files Browse the repository at this point in the history
  • Loading branch information
Datron committed Sep 11, 2024
1 parent a60110c commit 1f7e040
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion .github/workflows/example_docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1f7e040

Please sign in to comment.