File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- IMAGE_OWNER = plowsof
1+ GITHUB_REPOSITORY_OWNER = plowsof
Original file line number Diff line number Diff line change 7474 path : ./downloads
7575 key : monero-binaries-${{ env.VERSION }}-gui-${{ env.VERSION_GUI }}
7676
77- - name : Set image owner for docker-compose
78- run : |
79- echo "IMAGE_OWNER=${{ github.repository_owner }}" >> $GITHUB_ENV
80-
8177 - if : ${{ steps.binaries_cache.outputs.cache-hit != 'true' }}
8278 name : Run remote profile
8379 run : |
Original file line number Diff line number Diff line change 11services :
22 monero-torrent-remote :
3- image : ghcr.io/${IMAGE_OWNER }/monero-torrent-build-env:latest
3+ image : ghcr.io/${GITHUB_REPOSITORY_OWNER }/monero-torrent-build-env:latest
44 build :
55 context : .
66 environment :
@@ -17,7 +17,7 @@ services:
1717 profiles : ["remote"]
1818
1919 monero-torrent-local :
20- image : ghcr.io/${IMAGE_OWNER }/monero-torrent-build-env:latest
20+ image : ghcr.io/${GITHUB_REPOSITORY_OWNER }/monero-torrent-build-env:latest
2121 build :
2222 context : .
2323 environment :
You can’t perform that action at this time.
0 commit comments