dockerize and deploy only for tag
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2025-12-15 14:55:49 +01:00
parent 0352b720cd
commit 2dfca8d70a

View File

@@ -52,14 +52,14 @@ 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_username
password:
from_secret: local_password
dockerfile: Dockerfile
when:
- event: [push, tag]
- event: tag
deploy:
image: quay.io/wollud1969/k8s-admin-helper:0.4.1