mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-12-20 19:34:07 +01:00
TEST
This commit is contained in:
parent
6d2a585de9
commit
987bcbe99d
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
@ -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 }}'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user