set pipeline condition
ci/woodpecker/push/woodpecker Pipeline was successful Szczegóły

main
Mi Klo 2023-07-18 09:34:25 +00:00
rodzic 5f09f5544d
commit fcd71455cb
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -7,6 +7,9 @@ pipeline:
- echo ${CI_REPO_OWNER}
- echo ${CI_COMMIT_SHA}
- echo ${CI_COMMIT_SHA:0:10}
when:
event: tag
branch: main
build-push:
image: plugins/docker
@ -22,3 +25,6 @@ pipeline:
from_secret: docker_username
password:
from_secret: docker_password
when:
event: tag
branch: main