12 lines
319 B
YAML
12 lines
319 B
YAML
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:
|
|
from_secret: eric_token
|