Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 325 Bytes

docker-image-tagging.md

File metadata and controls

10 lines (7 loc) · 325 Bytes

Docker Image tagging

Image tag is deducted from CI_COMMIT_REF_NAME with following rules:

  • master -> latest
  • develop -> unstable
  • release/x -> x
  • other -> other (eg. feature branches, tags)

NOTE: this naming is opinionated and if it doesn't suit your needs, you can always use -t,tag attribute