mirror of https://github.com/interlegis/sapl.git
eribeiro
3 years ago
committed by
Edward Oliveira
2 changed files with 17 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||
|
kind: pipeline |
||||
|
name: default |
||||
|
steps: |
||||
|
- name: docker |
||||
|
image: plugins/docker |
||||
|
settings: |
||||
|
repo: porto.interlegis.leg.br/spdt/sapl |
||||
|
registry: porto.interlegis.leg.br |
||||
|
mirror: https://registrycache.interlegis.leg.br |
||||
|
pull: if-not-exists |
||||
|
dockerfile: docker/Dockerfile |
||||
|
auto_tag: true |
||||
|
username: |
||||
|
from_secret: porto_user |
||||
|
password: |
||||
|
from_secret: porto_pw |
Loading…
Reference in new issue