feat: update

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-11 12:12:47 +02:00
parent 7aed882368
commit 6cb913bb1f
3 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ async fn main() -> eyre::Result<()> {
let pull_articles = client
.container()
.from("docker.io/kasperhermansen/pull-articles:1680482220")
.from("docker.io/kasperhermansen/pull-articles:1689069939")
.with_exec(vec!["echo", &format!("{}", tag)])
.with_env_variable("GIT_USERNAME", "kjuulh")
.with_env_variable("GIT_PASSWORD", std::env::var("GIT_PASSWORD").unwrap())