Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

Commit

Permalink
Make bakebuild callable
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Oct 12, 2021
1 parent 51c712e commit fd579ac
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/called-bakebuild.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Build Image On Release

on:
release:
types: [ published ]
pull_request:
branches:
- 'main'
types: [ assigned ]

jobs:
call-workflow:
uses: thespad/actions/.github/workflows/bakebuild.yml@main
with:
repo_owner: ${{ github.repository_owner }}
app_name: monit
dockerhub_user: thespad
secrets:
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}
ghcr_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fd579ac

Please sign in to comment.