Update release.yml

This commit is contained in:
2025-07-10 18:56:00 -05:00
committed by GitHub
parent 3bcfd58a1c
commit aa11307c43

View File

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