diff --git a/.github/workflows/dev_container.yml b/.github/workflows/dev_container.yml index 5cb9bd7be6..22bd291d0e 100644 --- a/.github/workflows/dev_container.yml +++ b/.github/workflows/dev_container.yml @@ -25,12 +25,6 @@ jobs: submodules: false fetch-depth: 0 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: