diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index a07fab2..bcfa546 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Deploy to OCI Registry - uses: SevenOfAces/DeployImage@main + uses: https://git.smgames.club/SevenOfAces/DeployImage@main with: registry-url: 'https://git.smgames.club' registry-token: ${{ secrets.OCI_REGISTRY_TOKEN }}