Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
devops: rename docker image tag for tip-of-tree images (#3222)
We currently tag tip-of-tree docker images with `dev` tag. It'll be much nicer to have consistent taggin with our `npm` which tags with `next` tag. This patch removes the `dev` tag and starts using the `next` tag instead for docker images. Since we haven't announced `dev` tag support anywhere, I think it's fine to remove it rather than have both `next` and `dev`.
- Loading branch information