ci: fix build error
Build and Deploy / build-and-release (release) Failing after 11m24s

This commit is contained in:
2026-06-05 09:30:28 +08:00
parent ceac8a3f8c
commit fb2732508a
+2 -2
View File
@@ -50,8 +50,8 @@ jobs:
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ vars.DOCKER_HUB_TOKEN }}
username: ${{ vars.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }}
- name: Generate image tags
id: meta