From 7c92a1d8c37eb679abb3776cecb03919be34ed2e Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sun, 10 Mar 2024 01:47:28 +0100 Subject: [PATCH] Sistemazione buildx in workflow. --- .gitea/workflows/default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 81aab84..f75d38d 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -24,7 +24,7 @@ jobs: uses: docker/setup-buildx-action@v2 with: config-inline: | - [registry.${{ secrets.SYS42_REGISTRY_ORG }}] + [registry."git.sys42.eu"] http = false insecure = false