Skip to content

Unable To Find Image #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pchang388 opened this issue Feb 16, 2025 · 1 comment
Closed

Unable To Find Image #338

pchang388 opened this issue Feb 16, 2025 · 1 comment

Comments

@pchang388
Copy link

pchang388 commented Feb 16, 2025

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.

Example failed action: https://github.com/homeylab/bookstack-file-exporter/actions/runs/13326797305/job/37222220966

@webknjaz
Copy link
Member

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.

https://github.com/marketplace/actions/pypi-publish#Non-goals

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants