mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
![]() # Aider chat conversation: USER: please adjust this github action file so it will complete without failing if the dockerhub_username or password are not there ASSISTANT: ```diff --- .github/workflows/docker-build-test.yml +++ .github/workflows/docker-build-test.yml @@ ... @@ - name: Login to DockerHub uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} + if: ${{ secrets.DOCKERHUB_USERNAME }} && ${{ secrets.DOCKERHUB_PASSWORD }} ``` |
||
---|---|---|
.. | ||
docker-build-test.yml | ||
release.yml | ||
ubuntu-tests.yml | ||
windows-tests.yml |