Beta Docker build (#9589)

Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9589
This commit is contained in:
Cleo 2023-02-09 22:59:05 +00:00
parent 12e16fa03f
commit 3ecc69185c
3 changed files with 17 additions and 2 deletions

View file

@ -12,4 +12,4 @@ pipeline:
# Secret 'docker_password' needs to be set in the CI settings
from_secret: docker_password
branch: main
branches: main

View file

@ -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

View file

@ -8,4 +8,4 @@ pipeline:
no_push: true
branches:
include: [ main, develop ]
include: [ main, develop, beta ]