use quay
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Wolfgang Hottgenroth 2024-12-10 13:54:07 +01:00
parent 4ed5e7562a
commit 2b26bbf327

View File

@ -17,12 +17,12 @@ steps:
image: plugins/kaniko
settings:
repo: wollud1969/exim-docker
registry: docker.io
registry: quay.io
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
username:
from_secret: docker_hub_username
from_secret: quay_username
password:
from_secret: docker_hub_password
from_secret: quay_password
dockerfile: Dockerfile
when:
- event: [tag]