From 97111afbd13e936d4f297b11f296388bd0e833d7 Mon Sep 17 00:00:00 2001 From: Aleksandr Meshchriakov Date: Mon, 2 Feb 2026 13:57:53 +0100 Subject: [PATCH] fix(ci): add --insecure to crane auth login --- .gitea/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index b94e5bb..3631813 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -137,7 +137,7 @@ jobs: docker save mostovik-web:local -o /tmp/web.tar # Push with crane (supports insecure HTTP) - ./crane auth login 10.10.0.10:3000 -u ${{ gitea.actor }} -p ${{ gitea.token }} + ./crane auth login --insecure 10.10.0.10:3000 -u ${{ gitea.actor }} -p ${{ gitea.token }} ./crane push --insecure /tmp/web.tar ${REGISTRY}/mostovik-web:${BRANCH_TAG} ./crane push --insecure /tmp/web.tar ${REGISTRY}/mostovik-web:${BRANCH_TAG}-${SHA_SHORT}