2023-10-02 09:05:52 +02:00
|
|
|
kind: pipeline
|
|
|
|
name: Build & publish main
|
|
|
|
|
|
|
|
steps:
|
2023-10-10 13:28:03 +02:00
|
|
|
- name: publish-image
|
|
|
|
pull: always
|
|
|
|
image: plugins/kaniko:1.7.1-kaniko1.9.1
|
|
|
|
settings:
|
|
|
|
auto_tag: true
|
|
|
|
auto_tag_suffix: latest
|
|
|
|
registry: code.groupe-genes.fr
|
|
|
|
repo: code.groupe-genes.fr/dsit/documentation-dsit
|
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
|
|
|
from_secret: docker_password
|
|
|
|
when:
|
|
|
|
event:
|
|
|
|
exclude:
|
|
|
|
- pull_request
|