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, 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 is the github tag:
0.26
Here are the tag fields:
Docker Tag Source
release-{sourceref} /^([0-9.]+)$/
The only error I see is “Build Status: Empty.”
I’m new to dockerhub auto builds and am likely missing something. It works fine with “branch”: “master”, but when I use tags it doesnt.
I read the dockerhub docs and on this believe I followed the directions.