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
Currently the workflow is configured to preserve 5 untagged or COMMIT_SHA1 container images. However, this is not suitable as GZCTF is currently publishing multi-arch + provenance-enabled containers. These containers will have tags applied on a virtual image, which contains metadata of actual images. The actual images is not tagged. Therefore, the images of previous versions is removed.
$ docker pull ghcr.io/gztimewalker/gzctf/gzctf:v0.14.4v0.14.4: Pulling from gztimewalker/gzctf/gzctfmanifest unknown
Currently the workflow is configured to preserve 5 untagged or
COMMIT_SHA1
container images. However, this is not suitable as GZCTF is currently publishing multi-arch + provenance-enabled containers. These containers will have tags applied on a virtual image, which contains metadata of actual images. The actual images is not tagged. Therefore, the images of previous versions is removed.Workaround: disable image retention.
Reference:
The text was updated successfully, but these errors were encountered: