car values 2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2025-12-15 17:43:18 +01:00
parent d499d451ba
commit 95cef39b1d

View File

@@ -5,20 +5,21 @@ steps:
repo: ${FORGE_NAME}/${CI_REPO}
registry:
from_secret: local_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
tags: latest,${CI_COMMIT_TAG}
username:
from_secret: local_password
password:
from_secret: local_username
dockerfile: Dockerfile
when:
- event: [push, tag]
- event: tag
scan_image:
image: aquasec/trivy
commands:
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_TAG --quiet --exit-code 1
when:
- event: [push, tag]
- event: tag
deploy:
image: quay.io/wollud1969/k8s-admin-helper:0.4.1
environment: