mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-07-11 06:28:00 +08:00
2.5.7 优化代码,修复全集收集只有第一次运行的bug,完善api功能
This commit is contained in:
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -24,8 +24,8 @@ jobs:
|
||||
name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
@@ -33,4 +33,4 @@ jobs:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKERHUB_USERNAME }}/auto_bangumi:latest
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/auto_bangumi:latest
|
||||
Reference in New Issue
Block a user