File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 46
46
push : true
47
47
platforms : linux/amd64,linux/arm64
48
48
tags : " ${{ env.DOCKER_REPO }}/${{ env.DOCKER_IMAGE }}:${{ env.RELEASE_VERSION }}"
49
- build-args : checkout=${{ env.RELEASE_VERSION }} BASE_IMAGE_VERSION=${{ env.LND_VERSION }}
49
+ build-args : |
50
+ checkout=${{ env.RELEASE_VERSION }}
51
+ BASE_IMAGE_VERSION=${{ env.LND_VERSION }}
50
52
51
53
- name : Image digest
52
54
run : echo ${{ steps.docker_build.outputs.digest }}
Original file line number Diff line number Diff line change 1
1
ARG GO_VERSION=1.17.6
2
2
ARG BASE_IMAGE=lightninglabs/lnd
3
- ARG BASE_IMAGE_VERSION=0 .14.2-beta
3
+ ARG BASE_IMAGE_VERSION=v0 .14.2-beta
4
4
5
5
FROM golang:${GO_VERSION}-alpine as builder
6
6
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const (
32
32
AppMinor uint = 1
33
33
34
34
// AppPatch defines the application patch for this binary.
35
- AppPatch uint = 0
35
+ AppPatch uint = 1
36
36
37
37
// AppPreRelease MUST only contain characters from semanticAlphabet
38
38
// per the semantic versioning spec.
You can’t perform that action at this time.
0 commit comments