mirror of https://github.com/Icinga/icinga2.git
23 lines
398 B
YAML
23 lines
398 B
YAML
name: Docker image
|
|
|
|
on:
|
|
pull_request: {}
|
|
push:
|
|
branches:
|
|
- master
|
|
- 'support/*'
|
|
release:
|
|
types:
|
|
- published
|
|
|
|
jobs:
|
|
docker:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Docker image
|
|
uses: Icinga/docker-icinga2@master
|
|
env:
|
|
INPUT_TOKEN: '${{ github.token }}'
|
|
DOCKER_HUB_PASSWORD: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
|