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
Replace extract-image-names.sh with JS script (#518)
extract-image-names.sh is one of the uglier parts
of our Docker build CI workflow,
in which we use an inscrutable jq script to parse a JSON string
that holds metadata output from bake-action.
Here we substitute it with hopefully more readable javascript,
as proposed in docker/bake-action#239 (comment)
Unfortunately does not fully solve #493, see my comment
in the upstream issue for details: docker/bake-action#239 (comment)
0 commit comments