mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
workflows: drop docker.yml
This commit is contained in:
parent
20972db44d
commit
11b3564d7c
36
.github/workflows/docker.yml
vendored
36
.github/workflows/docker.yml
vendored
@ -1,36 +0,0 @@
|
|||||||
name: Docker image
|
|
||||||
|
|
||||||
on:
|
|
||||||
pull_request: {}
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
release:
|
|
||||||
types:
|
|
||||||
- published
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: docker-${{ github.event_name == 'push' && github.sha || github.ref }}
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
docker-release:
|
|
||||||
if: github.event_name == 'release'
|
|
||||||
concurrency: docker-release
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Docker image
|
|
||||||
uses: Icinga/docker-icinga2@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-icinga2@master
|
|
||||||
with:
|
|
||||||
dockerhub-token: '${{ secrets.DOCKER_HUB_PERSONAL_TOKEN }}'
|
|
Loading…
x
Reference in New Issue
Block a user