Update docker.yml

This commit is contained in:
Alexander Aleksandrovič Klimov 2023-09-07 15:27:12 +02:00 committed by GitHub
parent 36d4e6db29
commit 15c4f6b94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
name: Docker image
on:
push: {}
release:
types:
- published
@ -27,6 +28,6 @@ jobs:
steps:
- name: Docker image
uses: Icinga/docker-icingaweb2@master
uses: Icinga/docker-icingaweb2@arm
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'