Compare commits

...

1 Commits

Author SHA1 Message Date
siujamo ceac8a3f8c ci: fix build error
Build and Deploy / build-and-release (release) Failing after 11m22s
2026-06-05 09:14:37 +08:00
+1 -1
View File
@@ -51,7 +51,7 @@ jobs:
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKER_HUB_USERNAME }} username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_TOKEN }} password: ${{ vars.DOCKER_HUB_TOKEN }}
- name: Generate image tags - name: Generate image tags
id: meta id: meta