feat: improved examples

This commit is contained in:
Simon Cornet 2025-06-05 11:12:18 +02:00
commit 19ffc84b01

View file

@ -31,8 +31,7 @@ include:
linting: linting:
stage: "linting" stage: "linting"
image: image:
name: "cr.simoncor.net/siempie/ansible-deployment:latest" name: "docker.io/pipelinecomponents/ansible-lint:0.79.0"
entrypoint: ["/bin/sh", "-c"]
rules: rules:
# run only on push to default branch # run only on push to default branch
@ -52,7 +51,7 @@ linting:
# deploy ansible code # deploy ansible code
deployment: deployment:
stage: "deployment" stage: "deployment"
image: "cr.simoncor.net/siempie/ssh-client:latest" image: "cr.simoncor.net/siempie/ssh-client:v25.06.03"
rules: rules:
# run only on push to default branch # run only on push to default branch