diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 3114fdd..7ce1c35 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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