chore(deps): update docker/build-push-action action to v7 (#4356)
This commit is contained in:
parent
9f5172f537
commit
f8521febc1
|
|
@ -184,7 +184,7 @@ jobs:
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
${{ github.event.inputs.build_args }}
|
${{ github.event.inputs.build_args }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue