feat: update image
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-12-29 19:52:27 +01:00
parent 80b99c27a5
commit 1b5ee9b7e3
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

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