From 6f91f3fccc46f2722307c91595142a8e75b00c82 Mon Sep 17 00:00:00 2001 From: "public-glueops-renovatebot[bot]" <186083205+public-glueops-renovatebot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 08:38:21 +0000 Subject: [PATCH] breaking: the dependency `actions/upload-artifact` has been updated to a new major version (v7.0.0), which may include breaking changes. #major --- app/util/chisel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/util/chisel.py b/app/util/chisel.py index 856cf75d..01e91c47 100644 --- a/app/util/chisel.py +++ b/app/util/chisel.py @@ -39,7 +39,7 @@ def create_chisel_yaml(captain_domain, credentials_for_chisel, ip_addresses, suf host: "{ip_addresses[f'{captain_domain}-{suffix}']}" port: 9090 auth: selfhosted - chisel_image: dockerhub.repo.gpkg.io/jpillora/chisel:1 + chisel_image: docker.io/jpillora/chisel:1 --- """ manifest += f"""