Skip to content

GHA: Docker: don't run on support/* branches #2860

GHA: Docker: don't run on support/* branches

GHA: Docker: don't run on support/* branches #2860

Workflow file for this run

name: Docker image
on:
pull_request: {}
push:
branches:
- main
release:
types:
- published
jobs:
docker-release:
if: github.event_name == 'release'
concurrency: docker-release
runs-on: ubuntu-latest
steps:
- name: Docker image
uses: Icinga/docker-icingadb@master
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
docker:
if: github.event_name != 'release'
runs-on: ubuntu-latest
steps:
- name: Docker image
uses: Icinga/docker-icingadb@master
with:
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'