Add username
All checks were successful
Build and Publish Docker Image / test (push) Successful in 1m43s
Build and Publish Docker Image / build-and-push (push) Successful in 1m18s

This commit is contained in:
Andras Schmelczer 2026-08-08 21:32:27 +01:00
commit 07e582e2be
9 changed files with 358 additions and 192 deletions

View file

@ -288,6 +288,7 @@ fn create_test_config() -> Config {
RegistryConfig {
url: "https://registry-1.docker.io".to_string(),
auth_token: None,
username: None,
},
);