diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e062858..026ade5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,6 +14,7 @@ jobs: - name: Log in to Docker Hub uses: docker/login-action@v2 + continue-on-error: true with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}