From 2afee0ccd0332c61a9a812d3f50b2197c76f87b1 Mon Sep 17 00:00:00 2001 From: sthope Date: Tue, 18 Mar 2025 19:54:59 +0100 Subject: [PATCH] first commit --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index bf40566..fcd2001 100755 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -12,8 +12,8 @@ on: env: # Use docker.io or ghcr.io REGISTRY: ghcr.io - IMAGE_NAME: ${{ github.repository }} - IMAGE: "sthopeless/gitea-actions-repos-compare" + IMAGE_NAME: ${{ github.user }} + IMAGE: "gitea-actions-repos-compare" jobs: