AUTOMATED not show 'OK' after successful automated build

It is happening to me too.

When “git push origin” to GitHub, the automated build runs and ends successfully. But no “[OK]” appears in “AUTOMATED” column in docker search results.

I also added a “docker-compose.test.yml” in the GitHub repo. It also successfully ends but still I don’t get a “[OK]” status in “AUTOMATED”.

[F.Y.I.] Here are my build configurations in “Configure Automated Builds”:

  • SOURCE REPOSITORY: KEINOS/Dockerfile_of_CoreOS_Transpile @ GitHub
  • BUILD LOCATION: Build on Docker Hub's infrastructure
  • AUTOTEST: Internal and External Pull Requests
  • REPOSITORY LINKS: Off
  • BUILD RULES:
    • Source Type: Branch
    • Source: master
    • Docker Tag: latest
    • Dockerfile location: Dockerfile
    • Build Context: /
    • Autobuild: active
    • Build Caching: active

Image: keinos/coreos-transpiler @ Docker Hub