We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7cdb58 commit 08e1dd6Copy full SHA for 08e1dd6
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 }}/newspace2_6
+ images: ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_7
39
flavor: |
40
latest=false
41
tags: |
app/Services/ManualAssignment.php
@@ -144,7 +144,7 @@ public function amIAvailable(): bool
144
$me = Soldier::with($this->withRelations())
145
->find(auth()->user()->userable_id);
146
$constraints = Helpers::buildConstraints($me->constraints);
147
- $myShifts = $this->mapSoldierShifts($me->shifts, false);
+ $myShifts = Helpers::mapSoldierShifts($me->shifts, false);
148
149
$myShifts = Helpers::mapSoldierShifts($me->shifts, false);
150
0 commit comments