Reverted docker actions

This commit is contained in:
fredodiable 2023-08-15 02:00:10 +02:00
parent a60cbdf7e5
commit d434614917

View File

@ -6,7 +6,6 @@ name: Docker
# documentation. # documentation.
on: on:
workflow_dispatch:
schedule: schedule:
- cron: '20 0 * * *' - cron: '20 0 * * *'
push: push:
@ -26,7 +25,7 @@ env:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: self-hosted
permissions: permissions:
contents: read contents: read
packages: write packages: write