This commit is contained in:
@ -17,11 +17,12 @@
|
|||||||
# - podman push $FULL_IMAGE_TAG
|
# - podman push $FULL_IMAGE_TAG
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
publish-docker-image:
|
build-docker-latest:
|
||||||
image: plugins/kaniko
|
image: plugins/kaniko
|
||||||
settings:
|
settings:
|
||||||
repo: gitea.hottis.de/${CI_REPO}
|
registry: gitea.hottis.de
|
||||||
tags: latest, ${CI_COMMIT_SHA}
|
repo: ${CI_REPO}
|
||||||
|
tags: latest
|
||||||
username:
|
username:
|
||||||
from_secret: system_container_registry_username
|
from_secret: system_container_registry_username
|
||||||
password:
|
password:
|
||||||
|
Reference in New Issue
Block a user