test deploy docker
This commit is contained in:
parent
3e05cf0705
commit
7b195068b5
1 changed files with 5 additions and 1 deletions
|
@ -1,10 +1,14 @@
|
|||
steps:
|
||||
publish-docker:
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
tag: gitea.qpismont.fr/qpismont/portfolio
|
||||
repo: gitea.qpismont.fr/qpismont/portfolio
|
||||
tag: latest
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
when:
|
||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||
event: push
|
Loading…
Reference in a new issue