fix(ci): replace dockerfile tag step may have no effect (#6206)

pull/6245/head
Mmx 2024-03-13 15:11:21 +08:00 committed by GitHub
parent 9a0a63d34c
commit b07ddfbc13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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 }}

View File

@ -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 }}