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