Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix image tags to actually tag latest on main branch for depen…
…dency images Before, the latest tag was only added to the metadata when we are on the main branch : (github.ref == 'refs/heads/main') Together with the fact that we build the dependency images only when we did not hit the cache lead to the fact that the latest tag was actually never applied to our dependency images.
- Loading branch information