13 lines
338 B
YAML
13 lines
338 B
YAML
|
pipeline:
|
||
|
publish-docker-image:
|
||
|
image: plugins/kaniko
|
||
|
settings:
|
||
|
dockerfile: Dockerfile
|
||
|
repo: git.cyber.gent/friedkiwi/malscan
|
||
|
tags: latest,v0-${CI_COMMIT_SHA:0:8}
|
||
|
username: ${CI_REPO_OWNER}
|
||
|
registry: git.cyber.gent
|
||
|
password:
|
||
|
from_secret: gitea_access_token
|
||
|
when:
|
||
|
event: push
|