Readded CI credential secrets
ci/woodpecker/push/ociImageTag Pipeline failed Details
ci/woodpecker/tag/ociImageTag Pipeline failed Details

This commit is contained in:
Natty 2023-04-20 22:24:45 +02:00
parent f1125ed96c
commit 9a3036a147
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,12 @@ pipeline:
repo: git.astolfo.social/natty/calckey repo: git.astolfo.social/natty/calckey
tags: ${CI_COMMIT_TAG} tags: ${CI_COMMIT_TAG}
dockerfile: Dockerfile dockerfile: Dockerfile
username:
# Secret 'docker_username' needs to be set in the CI settings
from_secret: docker_username
password:
# Secret 'docker_password' needs to be set in the CI settings
from_secret: docker_password
when: when:
event: tag event: tag