Update docker/build-push-action action to v6
Some checks failed
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (17) (push) Has been cancelled
Some checks failed
build java / images:java_${{ matrix.tag }} (19_with_firefox) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_pnpm) (push) Waiting to run
build nodejs / images:java_${{ matrix.tag }} (20_with_yarn) (push) Waiting to run
build java / images:java_${{ matrix.tag }} (17) (push) Has been cancelled
This commit is contained in:
parent
5d753d0454
commit
c28eb0ff3a
@ -49,7 +49,7 @@ jobs:
|
|||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./java
|
context: ./java
|
||||||
file: ./java/${{ matrix.tag }}/Dockerfile
|
file: ./java/${{ matrix.tag }}/Dockerfile
|
||||||
|
@ -48,7 +48,7 @@ jobs:
|
|||||||
username: ${{ secrets.REPO_USERNAME }}
|
username: ${{ secrets.REPO_USERNAME }}
|
||||||
password: ${{ secrets.REPO_TOKEN }}
|
password: ${{ secrets.REPO_TOKEN }}
|
||||||
|
|
||||||
- uses: docker/build-push-action@v5
|
- uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: ./nodejs
|
context: ./nodejs
|
||||||
file: ./nodejs/${{ matrix.tag }}/Dockerfile
|
file: ./nodejs/${{ matrix.tag }}/Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user