Skip to content

Commit a486361

Browse files
committed
fix hadolint complaints
1 parent f63d86b commit a486361

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/solid-tests-suites.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
# For the latest version information see: https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
31+
# For the latest version information see:
32+
# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
3233
# Versions before 22 are not tested as they run on PHP versions lower than 8.0
3334
# Versions before 24 are not tested as they do not support `.well-known` entries
3435
# Version 24 comes with PHP 8.0, which is no longer supported;
@@ -69,7 +70,8 @@ jobs:
6970
.
7071
docker push "ghcr.io/pdsinterop/solid-nextcloud:${{ env.TAG }}"
7172
mkdir -p cache/solid-nextcloud
72-
docker image save solid-nextcloud:${{ env.TAG }} --output ./cache/solid-nextcloud/${{ github.sha }}-${{ matrix.nextcloud_version }}.tar
73+
docker image save solid-nextcloud:${{ env.TAG }} \
74+
--output ./cache/solid-nextcloud/${{ github.sha }}-${{ matrix.nextcloud_version }}.tar
7375
7476
solid-testsuite:
7577
timeout-minutes: 30

0 commit comments

Comments
 (0)