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