Skip to content

Commit 3e89677

Browse files
committed
Fix bug
1 parent 973cd15 commit 3e89677

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/php-build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: meta
3636
uses: docker/metadata-action@v5
3737
with:
38-
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/love_45
38+
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/love_46
3939
flavor: |
4040
latest=false
4141
tags: |

app/Exports/ShiftsExport.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ public function __construct($month)
2222

2323
public function sheets(): array
2424
{
25+
set_time_limit(0);
2526
$tasksTypes = Task::select('type', 'color')
2627
->get()
2728
->groupBy('type')

0 commit comments

Comments
 (0)