mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Add docker workflow
This commit is contained in:
parent
8a89839af9
commit
4c28a302e4
15
.github/workflows/docker.yml
vendored
Normal file
15
.github/workflows/docker.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
name: Docker image
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Docker image
|
||||
uses: Icinga/docker-icingaweb2@master
|
||||
env:
|
||||
INPUT_TOKEN: '${{ github.token }}'
|
||||
DOCKER_HUB_PASSWORD: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
|
Loading…
x
Reference in New Issue
Block a user