Skip to content

Commit

Permalink
add build action
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Feb 1, 2024
1 parent 0a70d65 commit e4fcaf7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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

0 comments on commit e4fcaf7

Please sign in to comment.