Merge pull request 'chore(deps): update docker/build-push-action action to v7' (#56) from renovate/docker-build-push-action-7.x into master
Build and Push Docker Images / build-backend (push) Successful in 26s
Build and Push Docker Images / build-frontend (push) Successful in 26s

Reviewed-on: #56
This commit was merged in pull request #56.
This commit is contained in:
2026-06-08 11:39:03 +10:00
+2 -2
View File
@@ -52,7 +52,7 @@ jobs:
- name: Build and push backend
if: gitea.event_name != 'pull_request'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: backend
file: backend/Dockerfile
@@ -101,7 +101,7 @@ jobs:
- name: Build and push frontend
if: gitea.event_name != 'pull_request'
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: frontend
file: frontend/Dockerfile