mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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:
parent
08916781a8
commit
e7ddf868bf
2
.github/workflows/publish_canary_docker.yml
vendored
2
.github/workflows/publish_canary_docker.yml
vendored
@ -29,6 +29,6 @@ jobs:
|
||||
repository: public/playwright
|
||||
path: docs/docker/
|
||||
dockerfile: docs/docker/Dockerfile.bionic
|
||||
tags: dev
|
||||
tags: next
|
||||
tag_with_sha: true
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user