Skip to content

Commit cf9aaf3

Browse files
committed
GitHub: rename env variables
This commit renames the environment variables to be more accurate and less confusing.
1 parent 272409d commit cf9aaf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ defaults:
1111
shell: bash
1212

1313
env:
14-
DOCKER_REPO: lightninglabs
15-
DOCKER_IMAGE: lightning-terminal
14+
DOCKER_ORG: lightninglabs
15+
DOCKER_REPO: lightning-terminal
1616

1717
jobs:
1818
main:
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
push: true
4141
platforms: linux/amd64,linux/arm64
42-
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}"
42+
tags: "${{ env.DOCKER_ORG }}/${{ env.DOCKER_REPO }}:${{ env.RELEASE_VERSION }}"
4343
build-args: checkout=${{ env.RELEASE_VERSION }}
4444

4545
- name: Build and push image with /lit path
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
push: true
5050
platforms: linux/amd64,linux/arm64
51-
tags: "${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}-path-prefix"
51+
tags: "${{ env.DOCKER_ORG }}/${{ env.DOCKER_REPO }}:${{ env.RELEASE_VERSION }}-path-prefix"
5252
build-args: |
5353
checkout=${{ env.RELEASE_VERSION }}
5454
public_url=/lit

0 commit comments

Comments
 (0)