mirror of
https://github.com/mkuf/prind.git
synced 2026-03-21 03:01:30 +01:00
Revert "switch to official mainsail docker image"
This reverts commit 9a89171aea.
This commit is contained in:
13
.github/workflows/mainsail.yaml
vendored
Normal file
13
.github/workflows/mainsail.yaml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: 'Image: Mainsail'
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
jobs:
|
||||
build:
|
||||
uses: mkuf/prind/.github/workflows/image-workflow.yaml@main
|
||||
with:
|
||||
app: mainsail
|
||||
secrets:
|
||||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user