File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9494 --env 'XDEBUG_MODE=coverage' \
9595 --rm \
9696 --volume="./solid:/var/www/html/apps/solid" \
97- ghcr.io/pdsinterop/solid-nextcloud :main-${{ matrix.nextcloud_version }} \
97+ ghcr.io/${{ github.repository }} :main-${{ matrix.nextcloud_version }} \
9898 bash -c 'NEXTCLOUD_UPDATE=1 /entrypoint.sh "echo" \
9999 && sudo -u www-data bash /init.sh \
100100 && cd /var/www/html/apps/solid \
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ jobs:
6464 run : |
6565 docker build \
6666 --tag "solid-nextcloud:${{ env.TAG }}" \
67- --tag "ghcr.io/pdsinterop/solid-nextcloud :${{ env.TAG }}" \
67+ --tag "ghcr.io/${{ github.repository }} :${{ env.TAG }}" \
6868 --build-arg 'NEXTCLOUD_VERSION=${{ matrix.nextcloud_version }}' \
6969 .
70- docker push "ghcr.io/pdsinterop/solid-nextcloud :${{ env.TAG }}"
70+ docker push "ghcr.io/${{ github.repository }} :${{ env.TAG }}"
7171 mkdir -p cache/solid-nextcloud
7272 docker image save solid-nextcloud:${{ env.TAG }} --output ./cache/solid-nextcloud/${{ github.sha }}-${{ matrix.nextcloud_version }}.tar
7373
You can’t perform that action at this time.
0 commit comments