Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update #6222

Closed
wants to merge 5 commits into from
Closed

update #6222

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: xhofe
username: jmheqiao
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
id: docker_build
Expand Down Expand Up @@ -66,4 +66,5 @@ jobs:
with:
github_token: ${{ secrets.MY_TOKEN }}
branch: main
repository: alist-org/with_aria2
repository: alist-org/with_aria2

4 changes: 2 additions & 2 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: xhofe/alist
images: jmheqiao/a3v

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: xhofe
username: jmheqiao
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Build and push
Expand Down