Docker Hub Automated Build - Tagging

前端 未结 7 1716
逝去的感伤
逝去的感伤 2020-12-24 01:15

When specifying an Automated Build on Docker Hub, I can set some settings (Type (\'Branch\' or \'Tag\'), Name, Dockerfile Location and

7条回答
  •  暖寄归人
    2020-12-24 02:02

    A few months ago I contacted docker support about explicitly providing version numbers and that was not supported at the time.

    What you specify on the docker hub is the git tag/branch that will be watched. The result of the build will always be tagged latest.

提交回复
热议问题