Update web-deploy.yml

This commit is contained in:
John Parkhurst 2025-06-10 17:42:51 -04:00 committed by GitHub
parent ed6a66fbb0
commit 16bb0bf7ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,7 @@ jobs:
- name: Login to Docker - name: Login to Docker
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USER }} username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Image and Push to Registry - name: Build Image and Push to Registry