feat: enable manually running build

This commit is contained in:
ER
2023-03-04 13:02:48 +02:00
parent 85e4343487
commit 2521741049

View File

@@ -4,19 +4,21 @@ on:
branches: branches:
- main - main
paths-ignore: paths-ignore:
- '**.md' - "**.md"
- '**.txt' - "**.txt"
schedule: schedule:
- cron: '20 20 * * *' # 8:20pm everyday - cron: "20 20 * * *" # 8:20pm everyday
push: push:
branches: branches:
- main - main
paths-ignore: paths-ignore:
- '**.md' - "**.md"
- '**.txt' - "**.txt"
workflow-dispatch:
env: env:
IMAGE_BASE_NAME: base IMAGE_BASE_NAME: base
IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }} IMAGE_REGISTRY: ghcr.io/${{ github.repository_owner }}
jobs: jobs:
push-ghcr: push-ghcr: