From 51097c4d58285d4e75efde6e5558397a02a37a16 Mon Sep 17 00:00:00 2001 From: SpaceWorm <39006941+phyear@users.noreply.github.com> Date: Sat, 11 May 2024 15:45:34 +0800 Subject: [PATCH] update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a52d7f7..06c7d05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,8 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Get Current Time id: get_time run: |