fix(ci): replace dockerfile tag step may have no effect (#6206)
This commit is contained in:
parent
9a0a63d34c
commit
b07ddfbc13
1
.github/workflows/build_docker.yml
vendored
1
.github/workflows/build_docker.yml
vendored
@ -71,6 +71,7 @@ jobs:
|
||||
id: docker_build_ffmpeg
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ffmpeg
|
||||
push: ${{ github.event_name == 'push' }}
|
||||
tags: ${{ steps.meta-ffmpeg.outputs.tags }}
|
||||
|
1
.github/workflows/release_docker.yml
vendored
1
.github/workflows/release_docker.yml
vendored
@ -62,6 +62,7 @@ jobs:
|
||||
id: docker_build_ffmpeg
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: .
|
||||
file: Dockerfile.ffmpeg
|
||||
push: true
|
||||
tags: ${{ steps.meta-ffmpeg.outputs.tags }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user