playwright/.github/workflows
Andrey Lushnikov b7d68d1cdb
devops: automate Docker image publishing (#2937)
This starts publishing our Docker images using Github Actions:
- on every commit, a new image will be pushed, tagged with a SHA of the
  commit, e.g.
  `mcr.microsoft.com/playwright:sha-fe997eca88d6de48378b05133dadfe032bd8b0ea`
- on every release, a new image will be pushed, tagged with the release
  version, e.g. `mcr.microsoft.com/playwright:v1.2.1`

**Note:** today we don't version our images and instead push them all as
`bionic`. This patch retains the tag - along with `latest`. Both
`bionic` and `latest` tags will point to the latest release.
2020-07-13 16:18:51 -07:00
..
infra.yml chore: generate protocol during browser roll (#2719) 2020-07-01 15:22:29 -07:00
publish_canary.yml devops: automate Docker image publishing (#2937) 2020-07-13 16:18:51 -07:00
publish_release.yml devops: automate Docker image publishing (#2937) 2020-07-13 16:18:51 -07:00
tests.yml feat(rpc): run rpc tests in-process and out-of-process (#2929) 2020-07-13 15:00:20 -07:00