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
scripts/test-infra/push-image: more robust parsing of version
If the _PULL_BASE_REF matches a release tag use that as the VERSION.
This fixes a problem in cases we push multiple tags at the same time
like:
git push origin v0.X.Y api/nfd/v0.X.Y
and the _GIT_TAG might be derived from the api/nfd/... tag.
0 commit comments