devops(gha): remove obsolete comment (#6234)

This commit is contained in:
Max Schmitt 2021-04-19 22:02:32 +02:00 committed by GitHub
parent 27ed123a50
commit 6296d276f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -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:

View file

@ -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: