chore(deps): update docker/build-push-action action to v6 (#6785)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/6801/head
renovate[bot] 2024-07-17 12:22:35 +08:00 committed by GitHub
parent c9a18f4de6
commit 5ef7a27be3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile.ci
@ -80,7 +80,7 @@ jobs:
- name: Build and push with ffmpeg
id: docker_build_ffmpeg
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile.ffmpeg

View File

@ -51,7 +51,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile.ci
@ -71,7 +71,7 @@ jobs:
- name: Build and push with ffmpeg
id: docker_build_ffmpeg
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfile.ffmpeg