diff --git a/.forgejo/workflows/website.yaml b/.forgejo/workflows/website.yaml index ae24266..506d07e 100644 --- a/.forgejo/workflows/website.yaml +++ b/.forgejo/workflows/website.yaml @@ -25,7 +25,7 @@ jobs: context: ./website containerfiles: ./website/docker/Dockerfile - name: Push to Registry - uses: redhat-actions/push-to-registry@v2 + uses: https://github.com/redhat-actions/push-to-registry@v2 with: image: ${{ steps.build-image.outputs.image }} tags: ${{ steps.build-image.outputs.tags }}