1 Commits
0.0.2 ... 0.0.3

Author SHA1 Message Date
e9f0a2a898 quay fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2024-12-10 13:58:55 +01:00

View File

@ -16,9 +16,11 @@ steps:
public_build:
image: plugins/kaniko
settings:
repo: wollud1969/exim-docker
registry: quay.io
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
tags:
- quay.io/wollud1969/exim-docker/latest
- quay.io/wollud1969/exim-docker/${CI_COMMIT_SHA}
- quay.io/wollud1969/exim-docker/${CI_COMMIT_TAG}
username:
from_secret: quay_username
password: