Skip to content

WIP 🚧

WIP 🚧 #4090

Workflow file for this run

name: Docker image
on:
pull_request: {}
push:
branches:
- master
- 'support/*'
release:
types:
- published
concurrency:
group: docker-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
docker:
concurrency: docker-${{ github.event_name == 'release' && 'release' || github.sha }}
runs-on: ubuntu-latest
steps:
- name: Docker image
uses: Icinga/docker-icinga2@master
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'