mirror of https://github.com/Xhofe/alist
fix(ci): replace dockerfile tag step may have no effect (#6206)
parent
9a0a63d34c
commit
b07ddfbc13
|
@ -71,6 +71,7 @@ jobs:
|
||||||
id: docker_build_ffmpeg
|
id: docker_build_ffmpeg
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
file: Dockerfile.ffmpeg
|
file: Dockerfile.ffmpeg
|
||||||
push: ${{ github.event_name == 'push' }}
|
push: ${{ github.event_name == 'push' }}
|
||||||
tags: ${{ steps.meta-ffmpeg.outputs.tags }}
|
tags: ${{ steps.meta-ffmpeg.outputs.tags }}
|
||||||
|
|
|
@ -62,6 +62,7 @@ jobs:
|
||||||
id: docker_build_ffmpeg
|
id: docker_build_ffmpeg
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
file: Dockerfile.ffmpeg
|
file: Dockerfile.ffmpeg
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta-ffmpeg.outputs.tags }}
|
tags: ${{ steps.meta-ffmpeg.outputs.tags }}
|
||||||
|
|
Loading…
Reference in New Issue