21 lines
419 B
YAML
21 lines
419 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
name: publish pipeline
|
||
|
steps:
|
||
|
- name: publish container
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
username: 3wordchant
|
||
|
password:
|
||
|
from_secret: git_autonomic_zone_token_3wc
|
||
|
repo: git.autonomic.zone/autonomic-cooperative/justice-equity-technology
|
||
|
auto_tag: true
|
||
|
registry: git.autonomic.zone
|
||
|
trigger:
|
||
|
branch:
|
||
|
- main
|
||
|
event:
|
||
|
exclude:
|
||
|
- pull_request
|
||
|
|