hyperledger / aries-vcx

aries-vcx is set of crates to work with DIDs, DID Documents, DIDComm, Verifiable Credentials and Hyperledger Aries.
https://didcomm.org
Apache License 2.0
123 stars 82 forks source link

[CI] Fix AATH excessive image creation #1251

Open gmulhearn opened 3 months ago

gmulhearn commented 3 months ago

Currently on every commit to master the CI will create a new image and tag it with main. However, on retagging, it will leave a dangling image for previous commits that are now tagless. https://github.com/hyperledger/aries-vcx/pkgs/container/aries-vcx%2Faath-backchannel/versions

Ideally we clean up those dangling images, we don't really need a full history of images for each commit at this point