Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
ae2a789c3c | |||
1b6adce9dc | |||
4db1560da2 | |||
2d71d0d42c | |||
ab7eb0a3f0 | |||
e9f0a2a898 |
@ -1,24 +1,26 @@
|
|||||||
steps:
|
steps:
|
||||||
|
# build:
|
||||||
|
# image: plugins/kaniko
|
||||||
|
# settings:
|
||||||
|
# repo: ${FORGE_NAME}/${CI_REPO}
|
||||||
|
# registry:
|
||||||
|
# from_secret: container_registry
|
||||||
|
# tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
||||||
|
# username:
|
||||||
|
# from_secret: container_registry_username
|
||||||
|
# password:
|
||||||
|
# from_secret: container_registry_password
|
||||||
|
# dockerfile: Dockerfile
|
||||||
|
# when:
|
||||||
|
# - event: [push, tag]
|
||||||
build:
|
build:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: ${FORGE_NAME}/${CI_REPO}
|
repo: quay.io/wollud1969/exim-docker
|
||||||
registry:
|
|
||||||
from_secret: container_registry
|
|
||||||
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
|
||||||
username:
|
|
||||||
from_secret: container_registry_username
|
|
||||||
password:
|
|
||||||
from_secret: container_registry_password
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
when:
|
|
||||||
- event: [push, tag]
|
|
||||||
public_build:
|
|
||||||
image: plugins/kaniko
|
|
||||||
settings:
|
|
||||||
repo: wollud1969/exim-docker
|
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
tags: latest,${CI_COMMIT_SHA},${CI_COMMIT_TAG}
|
tags:
|
||||||
|
- latest
|
||||||
|
- ${CI_COMMIT_TAG}
|
||||||
username:
|
username:
|
||||||
from_secret: quay_username
|
from_secret: quay_username
|
||||||
password:
|
password:
|
||||||
|
Reference in New Issue
Block a user