Closed ar13pit closed 1 year ago
We need more logging in the new CI code
Can you be a bit more specific about where? There's not much which has been added. It is just a job that is combining multiple manifest files of different architectures :)
I think we should minimally log everything we write to either GITHUB_ENV or GITHUB_OUTPUT
Also we should fix the cleanup of untagged containers. The problem is that the BRANCH-amd64
manifest, doesn't have any related containers
This PR actually removes of the random untagged containers from being created to begin with. All the unknown/unknown
ones to be precise.
This PR actually removes of the random untagged containers from being created to begin with. All the
unknown/unknown
ones to be precise.
That is great improvement. But the old job still pushes the BRANCH-amd64 tag. And the manifest job pushes the BRANCH tag. So we should streamline this worflow.
@ar13pit can you work on the logging? So that at least everything that is written to variables etc are also printed, human-readable please.
Can you be a bit more specific about where? There's not much which has been added. It is just a job that is combining multiple manifest files of different architectures :)