diff --git a/.drone.yml b/.drone.yml index 66345b1..8fc5d9e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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