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
I'm transitioning my pipelines to oci-build-task and registry-image resource, unfortunately i had a problem with the second, so for now i'm keeping docker-image for pushing to the registry.
basically i neeed to push to the registry a tag ci-"commit hash", the problem is that everything i write in pipeline as prefix gets ignored and image is only tagged with the commit ref.
The text was updated successfully, but these errors were encountered:
I'm transitioning my pipelines to oci-build-task and registry-image resource, unfortunately i had a problem with the second, so for now i'm keeping docker-image for pushing to the registry.
my pipeline is very simple and look like this
basically i neeed to push to the registry a tag ci-"commit hash", the problem is that everything i write in pipeline as prefix gets ignored and image is only tagged with the commit ref.
The text was updated successfully, but these errors were encountered: