Fix: remove conditional on Docker Hub login

Board confirmed DOCKERHUB_USERNAME/DOCKERHUB_TOKEN secrets exist.
Remove the conditional (which had a YAML parsing issue with unquoted !=).

Refs: CAR-77

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Debbie (Paperclip Agent)
2026-03-19 00:52:11 +00:00
parent 58844b33fe
commit e6f09a0212
-1
View File
@@ -69,7 +69,6 @@ jobs:
type=raw,value=latest,enable=${{ github.ref == 'refs/heads/main' }}
- name: Log in to Docker Hub
if: ${{ secrets.DOCKERHUB_USERNAME != '' }}
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}