quay fix
This commit is contained in:
parent
2b26bbf327
commit
e9f0a2a898
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user