Closed rhtenhove closed 2 years ago
Just read in the documentation of crazy-max/ghaction-docker-meta@v3
that we're supposed to use {{raw}}
instead of {{version}}
, although kube-bench
doesn't do that either.
Hopefully someone working on both projects can elaborate :)
Hi, the v0.6.8 came out before this PR was merged. meaning the action didnt run. Further releases should be affected though.
What happened
After merging #504, nothing seemed to happen what was expected.
Expected behavior
v0.6.8
v0.6.8
as well.Actual behaviour
0.6.8
was pushed to Docker hubNow the manifest won't work at all.
Needed changes
publish.yaml
GA the same as forkube-bench
. Can someone check if that will do as expected?kube-bench
usesworkflow_dispatch:
so perhaps there's some manual step going on there that adds thev
?kube-bench
, perhaps manually every time?To 'fix' 1., we could also use the image tag without the
v
and update that in the manifest. In the end it's just OCD that wants things to be the same.