From e0722cd43ba37d0d0464ab6590f1949cd8611078 Mon Sep 17 00:00:00 2001 From: mrrpnya Date: Fri, 7 Mar 2025 10:53:27 -0800 Subject: [PATCH] . --- .forgejo/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 77bb9d2..574f8a4 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Deploy to OCI Registry uses: ./ with: - registry-url: 'https://git.smgames.club' + registry-url: 'git.smgames.club' registry-token: ${{ secrets.OCI_REGISTRY_TOKEN }} architectures: 'amd64,arm64' tags: 'latest'