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'