This commit is contained in:
parent
2745a18a48
commit
f696811fc8
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: 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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue