Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-21 11:34:04 +00:00
committed by GitHub
parent 608f191edd
commit be010794e4

View File

@@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: backend
file: ./backend/Dockerfile
@@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile