build(deps): bump docker/build-push-action from 5 to 6 (#1575)
This commit is contained in:
parent
6263582376
commit
0c5f3fa723
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build / Push
|
- name: Build / Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ${{ matrix.image.dockerfile }}
|
file: ${{ matrix.image.dockerfile }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue