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`.
This commit is contained in:
Andrey Lushnikov 2020-07-30 11:45:54 -07:00 committed by GitHub
parent 08916781a8
commit e7ddf868bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,6 @@ jobs:
repository: public/playwright
path: docs/docker/
dockerfile: docs/docker/Dockerfile.bionic
tags: dev
tags: next
tag_with_sha: true