File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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;
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
You can’t perform that action at this time.
0 commit comments