mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Update docker/build-push-action action to v6 (#553)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
65d3d3919b
commit
51d88270e9
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
if: steps.filter.outputs.should_run == 'true' || github.event_name == 'workflow_dispatch' || startsWith(github.event.ref, 'refs/tags/v')
|
||||
with:
|
||||
context: ${{matrix.context}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user