timeout/.woodpecker.yml
Simon Vieille 53f740c604
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
change shellcheck image
2022-12-31 13:32:28 +01:00

20 lines
427 B
YAML

pipeline:
shellcheck:
image: pipelinecomponents/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]