When I switched from Branch to Tag autobuild, it Build Status says EMPTY and no longer autobuilds. I’m running container in K8s and dont want to use latest tag, instead use a version number.
I have tried changing the regex and changing the tag in git, still shows empty and wont build. I tested the regex in a tester and Python and it got the version as expected.
Here are recent the github tags with 0.26 being most recent:
0.26
v0.25
Here are the tag fields:
Docker Tag: release-{sourceref}
Source: /^([0-9.]+)$/
The only error I see is Build Status: Empty. I’m new to dockerhub auto builds and am likely missing something.
I read the dockerhub docs and on this believe I followed the directions. Thanks