timeout/.woodpecker.yml
Simon Vieille 576780068f
add ci
2022-12-31 13:24:59 +01:00

20 lines
417 B
YAML

pipeline:
shellcheck:
image: koalaman/shellcheck
commands:
- shellcheck ./timeout
build_commit:
image: plugins/docker
secrets: [registry_user, registry_password]
settings:
username:
from_secret: registry_user
password:
from_secret: registry_password
registry: gitnet.fr
repo: gitnet.fr/${CI_REPO}
tags: latest
when:
event: [push]