devops(gha): remove obsolete comment (#6234)
This commit is contained in:
parent
27ed123a50
commit
6296d276f2
1
.github/workflows/publish_canary_docker.yml
vendored
1
.github/workflows/publish_canary_docker.yml
vendored
|
|
@ -13,7 +13,6 @@ on:
|
|||
jobs:
|
||||
publish-canary-docker:
|
||||
name: "publish to DockerHub"
|
||||
# We use `docker push --all-tags` to push all tags which is a newly addition to docker
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'microsoft/playwright'
|
||||
steps:
|
||||
|
|
|
|||
1
.github/workflows/publish_release.yml
vendored
1
.github/workflows/publish_release.yml
vendored
|
|
@ -44,7 +44,6 @@ jobs:
|
|||
|
||||
publish-docker-release:
|
||||
name: "publish to DockerHub"
|
||||
# We use `docker push --all-tags` to push all tags which is a newly addition to docker
|
||||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'microsoft/playwright'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue