You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: I have noticed that the action does not fully support reusable workflows - although it works for a specific version 1.8.8. I guess this is a feature request now. It would be great to use it within reusable workflows.
I am using pypa/gh-action-pypi-publish inside of a reusable workflow. This step tries to pull an image from the GitHub Container Registry from my organization that hosts the repository and trigger the actions - which of course fails. If I understand correctly, it must have been pulling the image ghcr.io/pypa/gh-action-pypi-publish:release-v1.*. Could this be a referencing issue or a potential instability in gh-action-pypi-publish when invoked within reusable workflows?
This is the error message:
The text was updated successfully, but these errors were encountered:
Edit: I have noticed that the action does not fully support reusable workflows - although it works for a specific version 1.8.8. I guess this is a feature request now. It would be great to use it within reusable workflows.
I am using
pypa/gh-action-pypi-publish
inside of a reusable workflow. This step tries to pull an image from the GitHub Container Registry from my organization that hosts the repository and trigger the actions - which of course fails. If I understand correctly, it must have been pulling the imageghcr.io/pypa/gh-action-pypi-publish:release-v1.*
. Could this be a referencing issue or a potential instability ingh-action-pypi-publish
when invoked within reusable workflows?This is the error message:
The text was updated successfully, but these errors were encountered: