@@ -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())
|
||||
|
Reference in New Issue
Block a user