Skip to content

Commit 08e1dd6

Browse files
committed
deploy to newspace2
1 parent e7cdb58 commit 08e1dd6

2 files changed

Lines changed: 2 additions & 2 deletions

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 }}/newspace2_6
38+
images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_7
3939
flavor: |
4040
latest=false
4141
tags: |

app/Services/ManualAssignment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function amIAvailable(): bool
144144
$me = Soldier::with($this->withRelations())
145145
->find(auth()->user()->userable_id);
146146
$constraints = Helpers::buildConstraints($me->constraints);
147-
$myShifts = $this->mapSoldierShifts($me->shifts, false);
147+
$myShifts = Helpers::mapSoldierShifts($me->shifts, false);
148148

149149
$myShifts = Helpers::mapSoldierShifts($me->shifts, false);
150150

0 commit comments

Comments
 (0)