mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-03-25 06:11:54 +08:00
Fix GitHub action of docker.yml
This commit is contained in:
3
.github/workflows/dev-latest.yml
vendored
3
.github/workflows/dev-latest.yml
vendored
@@ -30,6 +30,7 @@ jobs:
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
working-directory: ./src
|
||||
push: true
|
||||
tags: estrellaxd/auto_bangumi:2.6.0-beta2
|
||||
file: src/Dockerfile
|
||||
file: Dockerfile
|
||||
|
||||
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: src/.
|
||||
working-directory: ./src
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64,linux/arm
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
Reference in New Issue
Block a user