mirror of https://github.com/aminya/setup-cpp
chore(deps): update docker/build-push-action action to v6
This commit is contained in:
parent
34bb783813
commit
8aeb5e4f4e
|
@ -264,7 +264,7 @@ jobs:
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dev/docker/ci/${{ matrix.container.file }}
|
file: ./dev/docker/ci/${{ matrix.container.file }}
|
||||||
|
@ -272,7 +272,7 @@ jobs:
|
||||||
tags: aminya/${{ matrix.container.image }}:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}:latest
|
tags: aminya/${{ matrix.container.image }}:${{ matrix.container.tag }},aminya/${{ matrix.container.image }}:latest
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./dev/docker/examples/${{ matrix.container.file }}
|
file: ./dev/docker/examples/${{ matrix.container.file }}
|
||||||
|
|
Loading…
Reference in New Issue