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
Fix bug in publishing :latest tag to Docker Hub (#45)
There were two issues tied together here:
- The regex was failing because the version of `grep` on Circle needs the `-P` option for our expression.
- The regex fails (intentionally) for pre-release tags, but that was causing the step to fail, rather than switch branches and log that there was nothing to publish.
0 commit comments