Update docker/build-push-action action to v6 #4

Merged
renovate-bot merged 1 commits from renovate/docker-build-push-action-6.x into master 2024-07-19 13:01:32 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit c28eb0ff3a - Show all commits

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