mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: another attempt to figure out docker publishing (#3721)
This commit is contained in:
parent
ee1becd897
commit
47ea1e07ba
6
.github/workflows/publish_canary_docker.yml
vendored
6
.github/workflows/publish_canary_docker.yml
vendored
@ -32,9 +32,9 @@ jobs:
|
|||||||
# build docker image
|
# build docker image
|
||||||
./docs/docker/build.sh
|
./docs/docker/build.sh
|
||||||
# tag image accordingly
|
# tag image accordingly
|
||||||
docker tag playwright:localbuild public/playwright:next
|
docker tag playwright:localbuild playwright.azurecr.io/public/playwright:next
|
||||||
docker tag playwright:localbuild public/playwright:sha-${{ github.sha }}
|
docker tag playwright:localbuild playwright.azurecr.io/public/playwright:sha-${{ github.sha }}
|
||||||
docker rmi playwright:localbuild
|
docker rmi playwright:localbuild
|
||||||
# push image to registry
|
# push image to registry
|
||||||
docker push public/playwright:next
|
docker push playwright.azurecr.io/public/playwright:next
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user