Beta Docker build (#9589)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9589
This commit is contained in:
parent
12e16fa03f
commit
3ecc69185c
|
@ -12,4 +12,4 @@ pipeline:
|
||||||
# Secret 'docker_password' needs to be set in the CI settings
|
# Secret 'docker_password' needs to be set in the CI settings
|
||||||
from_secret: docker_password
|
from_secret: docker_password
|
||||||
|
|
||||||
branch: main
|
branches: main
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
pipeline:
|
||||||
|
publish-docker-latest:
|
||||||
|
image: plugins/kaniko
|
||||||
|
settings:
|
||||||
|
repo: thatonecalculator/calckey
|
||||||
|
tags: rc
|
||||||
|
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
|
||||||
|
|
||||||
|
branches: beta
|
|
@ -8,4 +8,4 @@ pipeline:
|
||||||
no_push: true
|
no_push: true
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
include: [ main, develop ]
|
include: [ main, develop, beta ]
|
||||||
|
|
Loading…
Reference in New Issue