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

This commit is contained in:
Renovate Bot 2024-07-19 13:01:30 +00:00
parent 5d753d0454
commit c28eb0ff3a
2 changed files with 2 additions and 2 deletions

@ -49,7 +49,7 @@ jobs:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: ./java
file: ./java/${{ matrix.tag }}/Dockerfile

@ -48,7 +48,7 @@ jobs:
username: ${{ secrets.REPO_USERNAME }}
password: ${{ secrets.REPO_TOKEN }}
- uses: docker/build-push-action@v5
- uses: docker/build-push-action@v6
with:
context: ./nodejs
file: ./nodejs/${{ matrix.tag }}/Dockerfile