Update docker-publish.yaml

This commit is contained in:
Matt Kilgore
2025-01-13 09:59:04 -05:00
committed by GitHub
parent ac361eca13
commit 88eb6ec2fa

View File

@@ -63,6 +63,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}