mirror of
https://github.com/coredns/coredns.git
synced 2026-07-10 09:40:12 -04:00
This PR enforce docker-build test so that every PR will check to make sure the docker build (which reliesd on if base image, binary, etc are still correct), is actually available and working. Note previously, we only check a dry run of docker push, but not actually build the docker image (as binary was fetched from release version on github). This PR fetch local binary build instead as there maynot be the same in different release versions of binary. This is related 8228 Signed-off-by: Yong Tang <yong.tang.github@outlook.com>