This commit is contained in:
Alexander Aleksandrovič Klimov 2023-01-17 16:48:32 +01:00 committed by GitHub
parent 6d2a585de9
commit 987bcbe99d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,7 @@
name: Docker image
on:
release:
types:
- published
schedule:
# for master, every day at midnight
- cron: "0 0 * * *"
workflow_dispatch:
push: {}
jobs:
docker:
@ -15,7 +9,7 @@ jobs:
steps:
- name: Docker image
uses: Icinga/docker-icingaweb2@master
uses: Icinga/docker-icingaweb2@repair-upstream
env:
INPUT_TOKEN: '${{ github.token }}'
DOCKER_HUB_PASSWORD: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'