🐛 Fix github actions
Some checks failed
Build and Push Dyson Sphere / build (push) Has been cancelled

This commit is contained in:
LittleSheep 2025-05-18 22:53:39 +08:00
parent 353edc58a7
commit ce53f28f19

View File

@ -20,8 +20,8 @@ jobs:
- name: Log in to DockerHub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
password: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
password: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
username: ${{ secrets.DOCKER_REGISTRY_USERNAME }}
- name: Build and push Docker image
uses: docker/build-push-action@v5