Skip to content

Add register_user and make RelayState optional #9

Add register_user and make RelayState optional

Add register_user and make RelayState optional #9

Workflow file for this run

name: Build and Publish Docker Image
on:
push:
branches:
- main # or change to your default branch name if different
jobs:
docker:
name: Build and Publish Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: ghcr.io/${{ github.repository_owner }}/saml-test-idp:0.2.0