From 0973968f869aa3f6ae56c48eeffa2b70242d8be3 Mon Sep 17 00:00:00 2001 From: sthope Date: Tue, 18 Mar 2025 19:52:51 +0100 Subject: [PATCH] first commit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d70b1fc..6feba89 100755 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -11,7 +11,7 @@ on: env: # Use docker.io or ghcr.io - REGISTRY: docker.io + REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} IMAGE: "sthopeless/gitea-actions-repos-compare"