Actualiser .woodpecker/build-image.yaml
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: gargoton.petite-maison-orange.fr/image/calibre-web
|
||||
registry: gargoton.petite-maison-orange.fr
|
||||
tags: latest
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: kevinbacon
|
||||
password:
|
||||
from_secret: eric_token
|
||||
registry: gargoton.petite-maison-orange.fr
|
||||
repo: gargoton.petite-maison-orange.fr/image/calibre-web
|
||||
tags:
|
||||
- latest
|
||||
- main
|
||||
ssh-agent-key:
|
||||
from_secret: private_key
|
||||
|
||||
Reference in New Issue
Block a user