Reenable nagios container building

This commit is contained in:
nemunaire 2022-02-20 10:54:31 +01:00
parent c973b64e5c
commit f3c30f46a4
1 changed files with 52 additions and 52 deletions

View File

@ -8,20 +8,20 @@ platform:
arch: amd64
steps:
# - name: docker build and publish
# image: plugins/docker
# settings:
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: nemunaire/nagios
# auto_tag: true
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
# dockerfile: Dockerfile
# when:
# branch:
# - master
- name: docker build and publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: nemunaire/nagios
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
dockerfile: Dockerfile
when:
branch:
- master
- name: build fcgi image
image: plugins/docker
@ -54,20 +54,20 @@ platform:
arch: arm64
steps:
# - name: docker build and publish
# image: plugins/docker
# settings:
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: nemunaire/nagios
# auto_tag: true
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
# dockerfile: Dockerfile
# when:
# branch:
# - master
- name: docker build and publish
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: nemunaire/nagios
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
dockerfile: Dockerfile
when:
branch:
- master
- name: build fcgi image
image: plugins/docker
@ -100,20 +100,20 @@ platform:
arch: arm
steps:
# - name: docker build and publish (nagios)
# image: plugins/docker
# settings:
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
# repo: nemunaire/nagios
# auto_tag: true
# auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
# dockerfile: Dockerfile
# when:
# branch:
# - master
- name: docker build and publish (nagios)
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: nemunaire/nagios
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
dockerfile: Dockerfile
when:
branch:
- master
- name: build fcgi image
image: plugins/docker
@ -140,16 +140,16 @@ trigger:
kind: pipeline
name: docker-manifest
steps:
# - name: publish manifest
# image: plugins/manifest
# settings:
# auto_tag: true
# ignore_missing: true
# spec: .drone-manifest.yml
# username:
# from_secret: docker_username
# password:
# from_secret: docker_password
- name: publish manifest
image: plugins/manifest
settings:
auto_tag: true
ignore_missing: true
spec: .drone-manifest.yml
username:
from_secret: docker_username
password:
from_secret: docker_password
- name: publish fcgi manifest
image: plugins/manifest