cherry-pick(#11400): devops: fix docker publishing for prereleases (#11402)

This commit is contained in:
Andrey Lushnikov 2022-01-14 07:08:09 -07:00 committed by GitHub
parent 2745a18a48
commit f696811fc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,3 +30,6 @@ jobs:
- run: npm run build
- run: npx playwright install-deps
- run: ./utils/docker/publish_docker.sh stable
if: "!github.event.release.prerelease"
- run: ./utils/docker/publish_docker.sh canary
if: "github.event.release.prerelease"