We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973cd15 commit 3e89677Copy full SHA for 3e89677
2 files changed
.github/workflows/php-build-and-deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
id: meta
36
uses: docker/metadata-action@v5
37
with:
38
- images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/love_45
+ images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/love_46
39
flavor: |
40
latest=false
41
tags: |
app/Exports/ShiftsExport.php
@@ -22,6 +22,7 @@ public function __construct($month)
22
23
public function sheets(): array
24
{
25
+ set_time_limit(0);
26
$tasksTypes = Task::select('type', 'color')
27
->get()
28
->groupBy('type')
0 commit comments