Update docker/build-push-action action to v6

This commit is contained in:
renovate[bot]
2024-06-17 10:57:11 +00:00
committed by GitHub
parent bf78ebdb4e
commit 1bc47a1e8a

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