Skip to content

Input data validation and optional field handling #32

Input data validation and optional field handling

Input data validation and optional field handling #32

Workflow file for this run

name: Docker Image Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --tag pesu-auth
- name: Spawn a container
run: docker run --name pesu-auth -d -p 5000:5000 pesu-auth