Update docker/build-push-action action to v6

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

@ -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