2024-02-04 00:43:32 +00:00
|
|
|
steps:
|
2024-02-04 02:01:53 +00:00
|
|
|
publish:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
settings:
|
|
|
|
platforms: linux/amd64
|
|
|
|
repo: ${CI_REPO_OWNER}/point-median-backend
|
|
|
|
registry: service.jevalide.ca/registre
|
|
|
|
tags: latest
|
|
|
|
username: ${CI_REPO_OWNER}
|
|
|
|
password:
|
|
|
|
from_secret: service_pwd
|