feat: update drone templater
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-30 14:25:00 +01:00
parent b9417747a8
commit 5234c1da89

View File

@@ -1,6 +1,6 @@
use std::path::PathBuf;
const DRONE_TEMPLATER_IMAGE: &str = "kasperhermansen/drone-templater:main-1711758171";
const DRONE_TEMPLATER_IMAGE: &str = "kasperhermansen/drone-templater:main-1711805042";
use async_trait::async_trait;
use eyre::Context;