no build step
This commit is contained in:
@ -1,19 +1,4 @@
|
|||||||
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]
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: portainer/kubectl-shell:latest
|
image: portainer/kubectl-shell:latest
|
||||||
secrets:
|
secrets:
|
||||||
|
Reference in New Issue
Block a user