Skip to content

Commit 38183e9

Browse files
chore: use auth file bind mapping
Co-authored-by: Alejandro Santisteban <alex.santisteban@canonical.com>
1 parent 9ab7f0c commit 38183e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/docs/generate_oci_doc_yaml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def run_skopeo_command(self, cmd: str, args: List[str]) -> Dict:
205205
"run",
206206
"--rm",
207207
"-v",
208-
f"{tmp_dir}:/skopeo-auth:ro",
208+
f"{auth_file}:/skopeo-auth/auth.json:ro",
209209
os.environ.get("SKOPEO_IMAGE", DEFAULT_SKOPEO_IMAGE),
210210
cmd,
211211
"--authfile",

0 commit comments

Comments
 (0)