Skip to content

Commit

Permalink
feat: SAML2 auth (#294)
Browse files Browse the repository at this point in the history
authored-by: Shrey Bana <[email protected]>
  • Loading branch information
ShreyBana authored Dec 3, 2024
1 parent 849063d commit 2d9851b
Show file tree
Hide file tree
Showing 11 changed files with 980 additions and 136 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/example_docker_image_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: "demo"
fetch-depth: 0
token: ${{ secrets.SUPERPOSITION_TOKEN }}

Expand Down Expand Up @@ -40,6 +41,6 @@ jobs:
with:
push: true
context: .
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
file: ./example.Dockerfile
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
tags: datron1/superposition-demo-app:demo-${{ steps.git_tag.outputs.docker_tag }}
Loading

0 comments on commit 2d9851b

Please sign in to comment.