diff --git a/.github/workflows/publish_canary_docker.yml b/.github/workflows/publish_canary_docker.yml index cc6da91b32..1185d8866a 100644 --- a/.github/workflows/publish_canary_docker.yml +++ b/.github/workflows/publish_canary_docker.yml @@ -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: diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 9bd775250f..dc695d0be5 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -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: