Fixed CI trigger
This commit is contained in:
parent
b13a20e8bf
commit
f1125ed96c
|
@ -5,12 +5,6 @@ pipeline:
|
||||||
repo: git.astolfo.social/natty/calckey
|
repo: git.astolfo.social/natty/calckey
|
||||||
tags: ${CI_COMMIT_TAG}
|
tags: ${CI_COMMIT_TAG}
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
username:
|
|
||||||
# Secret 'docker_username' needs to be set in the CI settings
|
|
||||||
from_secret: docker_username
|
|
||||||
password:
|
|
||||||
# Secret 'docker_password' needs to be set in the CI settings
|
|
||||||
from_secret: docker_password
|
|
||||||
|
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
Loading…
Reference in New Issue