chainguard-images / actions

GitHub actions for the chainguard-images
Apache License 2.0
17 stars 22 forks source link

tags workflow wipes out apko.images file #51

Closed jdolitsky closed 1 year ago

jdolitsky commented 2 years ago

Since #47 , the file apko.images goes missing:

Run cat apko.images | sed 's/$/\n/g' | grep -v '^$' | jq -R -s -c 'split("\n")[:-1]' | jq .
cat: apko.images: No such file or directory
[]
cat: apko.images: No such file or directory

maybe something related to git checkout

cc @priyawadhwa

priyawadhwa commented 2 years ago

Thank you @jdolitsky for debugging and fixing this! I checked the other repos to make sure "additional tags" wasn't causing this bug, looks like these repos are all clear (a lot of them actually don't run the tags workflow which I'll try to add in!)

patflynn commented 2 years ago

good to close?

jdolitsky commented 1 year ago

closing as old/inactive. please re-open if necessary