devops: fix docker publishing for prereleases (#11400)
This commit is contained in:
parent
573d9fea06
commit
6895e61a4f
3
.github/workflows/publish_release_docker.yml
vendored
3
.github/workflows/publish_release_docker.yml
vendored
|
|
@ -30,3 +30,6 @@ jobs:
|
||||||
- run: npm run build
|
- run: npm run build
|
||||||
- run: npx playwright install-deps
|
- run: npx playwright install-deps
|
||||||
- run: ./utils/docker/publish_docker.sh stable
|
- run: ./utils/docker/publish_docker.sh stable
|
||||||
|
if: "!github.event.release.prerelease"
|
||||||
|
- run: ./utils/docker/publish_docker.sh canary
|
||||||
|
if: "github.event.release.prerelease"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue