diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b03b0ae60d..8920b61f92b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -78,7 +78,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PUBLIC_TOKEN || ' ' }} redis_without_creds: # Docker Hub image - image: ${{ (github.secret_source != 'none') && 'redis' || '' }} + image: ${{ (github.secret_source == 'none') && 'redis' || '' }} # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping"