timeout/.woodpecker.yml
Simon Vieille 2885200f64
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix ci syntax
2023-09-29 16:52:50 +02:00

20 lines
424 B
YAML

steps:
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]