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
It seems the target allocator builds are failing to push new images. I'm seeing this error in the action logs:
Error: buildx failed with: ERROR: tag is needed when pushing to registry
The code for the action hasn't changed at all, but the fix seems like we just need to add a tag to the command. This may be a good time to begin versioning the target allocator rather than keeping it on 0.1.0.
Maybe it makes sense to keep the TA in step with the operator and collector builds, releasing it at the same time as the operator? Would that be a hindrance to our development efforts?
It will slow down the releases but also ease the releasing process.
For now IMO we should keep it in step with the collector to ensure both work with the same API. That way we do not have to track the relation to each other, like we do now with CertManager and the KubernetesAPI.
It seems the target allocator builds are failing to push new images. I'm seeing this error in the action logs:
The code for the action hasn't changed at all, but the fix seems like we just need to add a tag to the command. This may be a good time to begin versioning the target allocator rather than keeping it on
0.1.0
.Maybe it makes sense to keep the TA in step with the operator and collector builds, releasing it at the same time as the operator? Would that be a hindrance to our development efforts?
Thoughts? @secustor @Aneurysm9 @kristinapathak
Before
Currently
The text was updated successfully, but these errors were encountered: