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 12, 2024
1 parent a60110c commit b7804a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/example_docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7804a2

Please sign in to comment.