CI: remove old docs base image push (#29512)

remove that push
pull/29517/head
Justin Newberry 2 years ago committed by GitHub
parent 197460e061
commit 9188c56069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/tools_tests.yaml

@ -92,5 +92,4 @@ jobs:
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request' && github.repository == 'commaai/openpilot'
run: |
$DOCKER_LOGIN
docker push $DOCKER_REGISTRY/openpilot-docs-base:latest
docker push $DOCKER_REGISTRY/openpilot-docs:latest
Loading…
Cancel
Save