File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ defaults:
11
11
shell : bash
12
12
13
13
env :
14
- DOCKER_REPO : lightninglabs
15
- DOCKER_IMAGE : lightning-terminal
14
+ DOCKER_ORG : lightninglabs
15
+ DOCKER_REPO : lightning-terminal
16
16
17
17
jobs :
18
18
main :
39
39
with :
40
40
push : true
41
41
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 }}"
43
43
build-args : checkout=${{ env.RELEASE_VERSION }}
44
44
45
45
- name : Build and push image with /lit path
48
48
with :
49
49
push : true
50
50
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"
52
52
build-args : |
53
53
checkout=${{ env.RELEASE_VERSION }}
54
54
public_url=/lit
You can’t perform that action at this time.
0 commit comments