devops: fix docker publishing for prereleases (#11400)

This commit is contained in:
Andrey Lushnikov 2022-01-14 07:04:40 -07:00 committed by GitHub
parent 573d9fea06
commit 6895e61a4f
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"