test avec woodpecker
This commit is contained in:
parent
debc64267b
commit
405661e30c
1 changed files with 4 additions and 9 deletions
|
@ -1,15 +1,10 @@
|
|||
steps:
|
||||
first-job:
|
||||
image: busybox
|
||||
commands:
|
||||
- echo "first run"
|
||||
publish:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
settings:
|
||||
platforms: linux/amd64
|
||||
repo: ${CI_REPO_OWNER}/point-median-backend
|
||||
registry: service.jevalide.ca/registre
|
||||
repo: franc00018/point-median-backend
|
||||
tags: latest
|
||||
username: ${CI_REPO_OWNER}
|
||||
username:
|
||||
from_secret: dockerhub_username
|
||||
password:
|
||||
from_secret: service_pwd
|
||||
from_secret: dockerhub_password
|
Loading…
Reference in a new issue