Bug Fix: Fix CI Pipline attempting login to Docker Hub for PR's.

This commit is contained in:
SergeantPanda 2026-03-23 18:02:39 -05:00
parent 3e12be3ac0
commit cf5f81af0f

View file

@ -113,6 +113,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Login to Docker Hub
if: github.event_name != 'pull_request'
uses: docker/login-action@v4
with:
registry: docker.io