Skip to content

Commit

Permalink
devops: rename docker image tag for tip-of-tree images (#3222)
Browse files Browse the repository at this point in the history
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
aslushnikov authored Jul 30, 2020
1 parent 0891678 commit e7ddf86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_canary_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
repository: public/playwright
path: docs/docker/
dockerfile: docs/docker/Dockerfile.bionic
tags: dev
tags: next
tag_with_sha: true

0 comments on commit e7ddf86

Please sign in to comment.