diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
index 337c198..ed3e5e8 100644
--- a/.gitea/workflows/ci.yaml
+++ b/.gitea/workflows/ci.yaml
@@ -12,14 +12,14 @@ jobs:
       - name: Build
         uses: redhat-actions/buildah-build@v2
         with:
-          image: ${{ github.actor }}/${{ github.event.repository.name }}
+          image: ${{ github.repository_owner }}/${{ github.event.repository.name }}
           tags: latest
           containerfiles: |
             ./Containerfile
       - name: Push
         uses: redhat-actions/push-to-registry@v2
         with:
-          image: ${{ github.actor }}/${{ github.event.repository.name }}
+          image: ${{ github.repository_owner }}/${{ github.event.repository.name }}
           tags: latest
           registry: git.plabble.org
           username: ${{ secrets.REGISTRY_USERNAME }}