This commit is contained in:
parent
0f52ff0cef
commit
a510899ff1
17 changed files with 309 additions and 103 deletions
17
.woodpecker/publish_instable.yaml
Normal file
17
.woodpecker/publish_instable.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: instable
|
||||
|
||||
steps:
|
||||
- name: build_publish
|
||||
image: woodpeckerci/plugin-kaniko:latest
|
||||
pull: true
|
||||
settings:
|
||||
auto_tag: true
|
||||
cache: true
|
||||
registry: git.gcch.fr
|
||||
repo: gcch/journal-media-vue
|
||||
username:
|
||||
from_secret: DOCKER_USER
|
||||
password:
|
||||
from_secret: DOCKER_PASSWORD
|
||||
Loading…
Add table
Add a link
Reference in a new issue