Skip to content

add build action

add build action #1

Workflow file for this run

name: Build lastest from main
on:
push:
branches:
- main
jobs:
build-unstable:
uses: mlibrary/platform-engineering-workflows/.github/workflows/build-unstable.yml@v1
with:
image_name: sinatra-oidc-demo
tag: ${{ github.sha }}
dockerfile: Dockerfile
secrets: inherit