ci: update DockerHub authentication to use password secret instead of token

This commit is contained in:
Admin9705
2025-05-14 21:48:35 -04:00
parent 864cceb33a
commit 732a2a26fd

View File

@@ -51,7 +51,7 @@ jobs:
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
# Login to GitHub Container Registry
- name: Login to GitHub Container Registry