mirror of
https://github.com/mkuf/prind.git
synced 2026-05-06 07:06:32 +02:00
switch to official mainsail docker image
* update docs * update image in compose file * remove mainsail dockerfile * remove mainsail image workflow
This commit is contained in:
committed by
Markus Küffner
parent
abbb8f55fe
commit
c472abbd5b
13
.github/workflows/mainsail.yaml
vendored
13
.github/workflows/mainsail.yaml
vendored
@@ -1,13 +0,0 @@
|
||||
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