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
I've been using this Github action for while but recently, it started failing due a seemingly strange behavior.
During the Create Docker action step, it appears to try to pull an image name/tag using my repo details instead of (I assume) using one that the action requires.
Unable to find image 'ghcr.io/homeylab/bookstack-file-exporter:v1.4.0' locally
As show in the error message above, it's trying to pull an image using ghcr repository with my repo name and current release tag which does not seem right.
This is because of limitations of nesting composite action calls. It's not supported, move the pypi-publish call out of your composite action into a top-level workflow.
I've been using this Github action for while but recently, it started failing due a seemingly strange behavior.
During the
Create Docker action
step, it appears to try to pull an image name/tag using my repo details instead of (I assume) using one that the action requires.As show in the error message above, it's trying to pull an image using ghcr repository with my repo name and current release tag which does not seem right.
Example failed action: https://github.com/homeylab/bookstack-file-exporter/actions/runs/13326797305/job/37222220966
The text was updated successfully, but these errors were encountered: