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