feat: extract cuddle_please
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-12-29 19:55:10 +01:00
parent 1b5ee9b7e3
commit e67c4baa97
3 changed files with 40 additions and 41 deletions

View File

@@ -120,7 +120,7 @@ mod please_release {
cuddle_image: args
.cuddle_please_image
.clone()
.unwrap_or("kasperhermansen/cuddle-please:main-1691504183".into()),
.unwrap_or("kasperhermansen/cuddle-please:latest".into()),
server: dagger_cuddle_please::models::SrcServer::Gitea {
token: std::env::var("CUDDLE_PLEASE_TOKEN")
.expect("CUDDLE_PLEASE_TOKEN to be present"),