fix: update Docker Hub login action to use vars for username

This commit is contained in:
2025-07-03 02:32:37 +00:00
committed by GitHub
parent 7b802feaa5
commit 8e49550561

View File

@@ -67,8 +67,7 @@ jobs:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: docker.io
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up Node.js