diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 56abbf7..3fb057e 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -10,14 +10,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: ${{ github.ref_name }} 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: ${{ github.ref_name }} registry: git.plabble.org username: ${{ secrets.REGISTRY_USERNAME }}