chainguard-images / actions

GitHub actions for the chainguard-images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tags workflow wipes out apko.images file

jdolitsky opened this issue · comments

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

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!)

  • go
  • python
  • gcc-glibc
  • sdk
  • busybox
  • gcc-musl
  • musl-dynamic
  • static
  • alpine-base
  • jdk

good to close?

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