mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-24 10:27:46 +02:00
TEST
This commit is contained in:
parent
9b1e2f335d
commit
42bd18df19
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@ -4,10 +4,7 @@ on:
|
||||
release:
|
||||
types:
|
||||
- published
|
||||
schedule:
|
||||
# for master, every day at midnight
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
push: {}
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
@ -15,6 +12,6 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Docker image
|
||||
uses: Icinga/docker-icingaweb2@master
|
||||
uses: Icinga/docker-icingaweb2@Simplify
|
||||
with:
|
||||
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user