diff --git a/.github/workflows/called-bakebuild.yml b/.github/workflows/called-bakebuild.yml new file mode 100644 index 0000000..4dda9e5 --- /dev/null +++ b/.github/workflows/called-bakebuild.yml @@ -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 }} \ No newline at end of file