Fix Indentation
This commit is contained in:
parent
64eb60ca44
commit
354ef00b03
@ -1,64 +1,64 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: build-alpine-python
|
- name: build-alpine-python
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
when:
|
when:
|
||||||
- event: [ push, pull_request, tag, release ]
|
- event: [ push, pull_request, tag, release ]
|
||||||
- path:
|
- path:
|
||||||
- include: [ 'DockerImages/Alpine/Python/Dockerfile' ]
|
- include: [ 'DockerImages/Alpine/Python/Dockerfile' ]
|
||||||
settings:
|
settings:
|
||||||
repo: git.vertinext.com/roryejinn/DockerImages
|
repo: git.vertinext.com/roryejinn/DockerImages
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
registry: git.vertinext.com
|
registry: git.vertinext.com
|
||||||
tag: git.vertinext.com/roryejinn/Alpine_Python:latest
|
tag: git.vertinext.com/roryejinn/Alpine_Python:latest
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_TOKEN
|
from_secret: DOCKER_TOKEN
|
||||||
|
|
||||||
- name: build-alpine-muddler
|
- name: build-alpine-muddler
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
- event: [ push, pull_request, tag, release ]
|
- event: [ push, pull_request, tag, release ]
|
||||||
- path:
|
- path:
|
||||||
- include: [ 'DockerImages/Alpine/Muddler/Dockerfile' ]
|
- include: [ 'DockerImages/Alpine/Muddler/Dockerfile' ]
|
||||||
settings:
|
settings:
|
||||||
repo: git.vertinext.com/roryejinn/DockerImages
|
repo: git.vertinext.com/roryejinn/DockerImages
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
registry: git.vertinext.com
|
registry: git.vertinext.com
|
||||||
tag: git.vertinext.com/roryejinn/Alpine_Muddler:latest
|
tag: git.vertinext.com/roryejinn/Alpine_Muddler:latest
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_TOKEN
|
from_secret: DOCKER_TOKEN
|
||||||
|
|
||||||
- name: build-alpine-web
|
- name: build-alpine-web
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
- event: [ push, pull_request, tag, release ]
|
- event: [ push, pull_request, tag, release ]
|
||||||
- path:
|
- path:
|
||||||
- include: [ 'DockerImages/Alphine/Web/Dockerfile' ]
|
- include: [ 'DockerImages/Alphine/Web/Dockerfile' ]
|
||||||
settings:
|
settings:
|
||||||
repo: git.vertinext.com/roryejinn/DockerImages
|
repo: git.vertinext.com/roryejinn/DockerImages
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
registry: git.vertinext.com
|
registry: git.vertinext.com
|
||||||
tag: git.vertinext.com/roryejinn/Alpine_Web:latest
|
tag: git.vertinext.com/roryejinn/Alpine_Web:latest
|
||||||
username:
|
username:
|
||||||
from_secret: REGISTRY_USERNAME
|
from_secret: REGISTRY_USERNAME
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_TOKEN
|
from_secret: DOCKER_TOKEN
|
||||||
|
|
||||||
- name: notify-on-failure
|
- name: notify-on-failure
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
- status: [ failure ]
|
- status: [ failure ]
|
||||||
commands:
|
commands:
|
||||||
- apk add curl
|
- apk add curl
|
||||||
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: warning" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Failed to build docker images." gotify.vertinext.com/woodpecker
|
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: warning" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Failed to build docker images." gotify.vertinext.com/woodpecker
|
||||||
|
|
||||||
- name: notify-on-success
|
- name: notify-on-success
|
||||||
image: alpine
|
image: alpine
|
||||||
when:
|
when:
|
||||||
- status: [ success ]
|
- status: [ success ]
|
||||||
commands:
|
commands:
|
||||||
- apk add curl
|
- apk add curl
|
||||||
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: package" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Docker images rebuilt and pushed to the container repository." gotify.vertinext.com/woodpecker
|
- curl -H "Authorization: Bearer ${GOTIFY_TOKEN}" -H "Title: ${CI} - ${CI_REPO_NAME}" -H "Tag: package" -H "Actions: http, Open Build, ${CI_PIPLINE_URL}, clear=true" -d "Docker images rebuilt and pushed to the container repository." gotify.vertinext.com/woodpecker
|
||||||
|
Loading…
Reference in New Issue
Block a user