Skip to content
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

Update extract-image-names.sh for [email protected] #493

Open
danielhollas opened this issue Aug 7, 2024 · 3 comments
Open

Update extract-image-names.sh for [email protected] #493

danielhollas opened this issue Aug 7, 2024 · 3 comments
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@danielhollas
Copy link
Contributor

danielhollas commented Aug 7, 2024

This is a follow-up on #491. The jq script in extract-image-names.sh started failing with [email protected] since the metadata output of buildx changed. We need to change the jq invocation accordingly before we're able to update the action.

This is the error from https://github.com/aiidalab/aiidalab-docker-stack/actions/runs/10287638235/job/28471150939

jq: error (at bake_metadata.json:691): Cannot index array with string "image.name"
@danielhollas danielhollas added the dependencies Pull requests that update a dependency file label Aug 7, 2024
@danielhollas danielhollas self-assigned this Aug 7, 2024
@unkcpz
Copy link
Member

unkcpz commented Aug 8, 2024

Thanks for the fixing, looks all good. (sorry, I open 3 tabs about this issue and didn't go to the correct PR one to make the comment)

@danielhollas
Copy link
Contributor Author

Thanks for taking a look. I've updated the issue with the concrete jq error that I saw.

@danielhollas
Copy link
Contributor Author

Possible solution:

docker/bake-action#239 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants