set pipeline condition
rodzic
2295987aa3
commit
a23bc31921
|
@ -4,10 +4,12 @@ when:
|
||||||
steps:
|
steps:
|
||||||
build-push:
|
build-push:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
secrets: [docker_username, docker_password]
|
# secrets: [docker_username, docker_password]
|
||||||
settings:
|
settings:
|
||||||
username: ${DOCKER_USERNAME}
|
username:
|
||||||
password: ${DOCKER_PASSWORD}
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
registry: forge.citizen4.eu
|
registry: forge.citizen4.eu
|
||||||
repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
repo: forge.citizen4.eu/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
tags:
|
tags:
|
||||||
|
|
Ładowanie…
Reference in New Issue