Thought I fixed this

This commit is contained in:
Brenden Matthews
2024-06-04 14:13:30 -04:00
parent e4af9bc180
commit 4636e817b9

View File

@@ -43,7 +43,7 @@ jobs:
uses: docker/login-action@v3
if: ${{ env.DOCKERHUB_TOKEN != '' }}
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push Docker image
env: