mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
Beta Docker build (#9589)
Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9589
This commit is contained in:
parent
a362a065d4
commit
af9adba671
3 changed files with 17 additions and 2 deletions
|
@ -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
|
||||||
|
|
15
.woodpecker/dockerHubReleaseCandidate.yml
Normal file
15
.woodpecker/dockerHubReleaseCandidate.yml
Normal 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
|
|
@ -8,4 +8,4 @@ pipeline:
|
||||||
no_push: true
|
no_push: true
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
include: [ main, develop ]
|
include: [ main, develop, beta ]
|
||||||
|
|
Loading…
Reference in a new issue