2019-09-28 17:25:17 +00:00
|
|
|
---
|
|
|
|
kind: pipeline
|
2020-02-04 09:49:12 +00:00
|
|
|
name: build-container-amd64
|
2019-09-28 17:25:17 +00:00
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: dryrun
|
|
|
|
image: plugins/docker:linux-amd64
|
|
|
|
settings:
|
2020-02-04 09:49:12 +00:00
|
|
|
dockerfile: ./Dockerfile.amd64
|
2019-09-28 17:25:17 +00:00
|
|
|
dry_run: true
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: xoxys/nginx
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
2020-02-04 09:49:12 +00:00
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/pull/**
|
2019-09-28 17:25:17 +00:00
|
|
|
|
|
|
|
- name: publish
|
|
|
|
image: plugins/docker:linux-amd64
|
|
|
|
settings:
|
|
|
|
auto_tag: true
|
2020-02-04 09:49:12 +00:00
|
|
|
auto_tag_suffix: amd64
|
|
|
|
dockerfile: ./Dockerfile.amd64
|
2019-09-28 17:25:17 +00:00
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
repo: xoxys/nginx
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
when:
|
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
2020-02-04 09:49:12 +00:00
|
|
|
- refs/tags/**
|
2019-09-28 17:25:17 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
name: notifications
|
|
|
|
|
|
|
|
platform:
|
|
|
|
os: linux
|
|
|
|
arch: amd64
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: manifest
|
|
|
|
image: plugins/manifest
|
|
|
|
settings:
|
|
|
|
ignore_missing: true
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
spec: ./manifest.tmpl
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
|
|
|
|
- name: readme
|
|
|
|
image: sheogorath/readme-to-dockerhub
|
|
|
|
environment:
|
|
|
|
DOCKERHUB_PASSWORD:
|
|
|
|
from_secret: docker_password
|
|
|
|
DOCKERHUB_REPO_NAME: nginx
|
|
|
|
DOCKERHUB_REPO_PREFIX: xoxys
|
|
|
|
DOCKERHUB_USERNAME:
|
|
|
|
from_secret: docker_username
|
|
|
|
README_PATH: README.md
|
2019-09-29 09:30:14 +00:00
|
|
|
SHORT_DESCRIPTION: Rootless NGINX - High-performance HTTP server and reverse proxy
|
2019-09-28 17:25:17 +00:00
|
|
|
|
|
|
|
- name: matrix
|
|
|
|
image: plugins/matrix
|
|
|
|
settings:
|
|
|
|
homeserver: https://matrix.rknet.org
|
|
|
|
password:
|
|
|
|
from_secret: matrix_password
|
|
|
|
roomid: MtidqQXWWAtQcByBhH:rknet.org
|
|
|
|
template: "Status: **{{ build.status }}**<br/> Build: [{{ repo.Owner }}/{{ repo.Name }}]({{ build.link }}) ({{ build.branch }}) by {{ build.author }}<br/> Message: {{ build.message }}"
|
|
|
|
username:
|
|
|
|
from_secret: matrix_username
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
- failure
|
|
|
|
|
|
|
|
trigger:
|
2020-02-04 09:49:12 +00:00
|
|
|
ref:
|
|
|
|
- refs/heads/master
|
|
|
|
- refs/tags/**
|
2019-09-28 17:25:17 +00:00
|
|
|
status:
|
|
|
|
- success
|
|
|
|
- failure
|
|
|
|
|
|
|
|
depends_on:
|
2020-02-04 09:49:12 +00:00
|
|
|
- build-container-amd64
|
2019-09-28 17:25:17 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
kind: signature
|
2020-02-04 09:51:55 +00:00
|
|
|
hmac: 4934bdb4da4822d1b66100616df27aa4c6b9b23fbec8191303def1ac2cce0764
|
2019-09-28 17:25:17 +00:00
|
|
|
|
|
|
|
...
|