1 Commits

Author SHA1 Message Date
renovate[bot]
be010794e4 Update docker/build-push-action action to v6 2024-06-21 11:34:04 +00:00

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