Skip to content

Commit 93d986a

Browse files
committed
simpler
1 parent 77cb78f commit 93d986a

3 files changed

Lines changed: 3 additions & 7 deletions

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IMAGE_OWNER=plowsof
1+
GITHUB_REPOSITORY_OWNER=plowsof

.github/workflows/build-docker.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ jobs:
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: |

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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:

0 commit comments

Comments
 (0)