From 56838d54c07f7c6b91da5388d3ecd3fab69aa9bf Mon Sep 17 00:00:00 2001 From: Googlefan Date: Tue, 19 Nov 2024 11:42:25 +0000 Subject: [PATCH] fix --- .github/workflows/build.yaml | 2 +- run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d25e012..6dbc076 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -14,7 +14,7 @@ jobs: - name: Login to Docker Hub uses: docker/login-action@v3 with: - username: ${{ github.owner }} + username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push uses: docker/build-push-action@v6 diff --git a/run.sh b/run.sh index e76e2ee..eaf68a7 100755 --- a/run.sh +++ b/run.sh @@ -1,4 +1,4 @@ docker run -v ./docker/output:/output \ -v ./docker/paths:/paths \ -it --rm --name cc-dl \ - googlefan25/cc-dl \ No newline at end of file + ghcr.io/neodyland/cc-downloader-rs \ No newline at end of file