File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 id : meta
3636 uses : docker/metadata-action@v5
3737 with :
38- images : ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_7
38+ images : ${{ secrets.REGISTRY_LOGIN_SERVER }}/newspace2_8
3939 flavor : |
4040 latest=false
4141 tags : |
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ public static function addShiftsSpaces($shifts)
117117 public static function mapSoldierShifts ($ shifts , $ inParallel )
118118 {
119119 return $ shifts ->filter (fn (Shift $ shift ) => $ inParallel
120- ? $ shift ->task ->kind == TaskKind::INPARALLEL ->value
121- : $ shift ->task ->kind != TaskKind::INPARALLEL ->value )
120+ ? $ shift? ->task? ->kind == TaskKind::INPARALLEL ->value
121+ : $ shift? ->task? ->kind != TaskKind::INPARALLEL ->value )
122122 ->map (fn (Shift $ shift ): ShiftService => Helpers::buildShift ($ shift ));
123123 }
124124
You can’t perform that action at this time.
0 commit comments