Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e9f0a2a898 | |||
2b26bbf327 |
@ -16,13 +16,15 @@ steps:
|
|||||||
public_build:
|
public_build:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: wollud1969/exim-docker
|
registry: quay.io
|
||||||
registry: docker.io
|
tags:
|
||||||
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
- quay.io/wollud1969/exim-docker/latest
|
||||||
|
- quay.io/wollud1969/exim-docker/${CI_COMMIT_SHA}
|
||||||
|
- quay.io/wollud1969/exim-docker/${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]
|
||||||
|
Reference in New Issue
Block a user