local
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-11-21 19:33:39 +01:00
parent 306f6e12cd
commit fd14ac7117

View File

@@ -4,12 +4,12 @@ steps:
settings:
repo: ${FORGE_NAME}/${CI_REPO}
registry:
from_secret: container_registry
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
from_secret: local_registry
username:
from_secret: container_registry_username
from_secret: local_username
password:
from_secret: container_registry_password
from_secret: local_password
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
dockerfile: Dockerfile
when:
- event: [push, tag]