Skip to content

Commit

Permalink
remove dockerd start
Browse files Browse the repository at this point in the history
  • Loading branch information
idelvall committed May 15, 2024
1 parent b0692a2 commit ae91a75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ jobs:
- uses: actions/checkout@v2
- name: Docker mirror login (non fork only)
run: |-
dockerd&
sleep 30
docker login registry-1.docker.io.mirror.corp.earthly.dev --username "${{ secrets.DOCKERHUB_MIRROR_USERNAME }}" --password "${{ secrets.DOCKERHUB_MIRROR_PASSWORD }}"
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
- name: Configure Earthly to use mirror (non fork only)
Expand Down

0 comments on commit ae91a75

Please sign in to comment.