Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Al2Klimov committed Mar 22, 2023
1 parent 9b1e2f3 commit 61f0189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Expand Up @@ -8,13 +8,14 @@ on:
# for master, every day at midnight
- cron: "0 0 * * *"
workflow_dispatch:
push:

jobs:
docker:
runs-on: ubuntu-latest

steps:
- name: Docker image
uses: Icinga/docker-icingaweb2@master
uses: Icinga/docker-icingaweb2@aklimov/workaround
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'

0 comments on commit 61f0189

Please sign in to comment.