use quay
This commit is contained in:
parent
4ed5e7562a
commit
2b26bbf327
@ -17,12 +17,12 @@ steps:
|
|||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: wollud1969/exim-docker
|
repo: wollud1969/exim-docker
|
||||||
registry: docker.io
|
registry: quay.io
|
||||||
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
||||||
username:
|
username:
|
||||||
from_secret: docker_hub_username
|
from_secret: quay_username
|
||||||
password:
|
password:
|
||||||
from_secret: docker_hub_password
|
from_secret: quay_password
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
when:
|
when:
|
||||||
- event: [tag]
|
- event: [tag]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user