diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml
index 179ee61..ff3a858 100644
--- a/.forgejo/workflows/deploy.yml
+++ b/.forgejo/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Deploy to OCI Registry
-        uses: https://git.smgames.club/SevenOfAces/PublishImage
+        uses: git.smgames.club/SevenOfAces/PublishImage@master
         with:
           registry-url: 'git.smgames.club'
           registry-token: ${{ secrets.DOCKER_TOKEN }}