File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
- test/**
8
8
tags :
9
9
- " [0-9]+.[0-9]+.[0-9]+"
10
+ paths-ignore :
11
+ - README.md
10
12
pull_request :
11
13
branches :
12
14
- master
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ARG EASY_ADD_VERSION=0.7.0
25
25
ADD https://github.com/itzg/easy-add/releases/download/${EASY_ADD_VERSION}/easy-add_linux_${ARCH} /usr/local/bin/easy-add
26
26
RUN chmod +x /usr/local/bin/easy-add
27
27
28
- RUN easy-add --var version=0.4.0 --var app=entrypoint-demoter --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
28
+ RUN easy-add --var version=0.4.0 --var app=entrypoint-demoter --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/v {{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
29
29
30
30
RUN easy-add --var version=0.1.1 --var app=set-property --file {{.app}} --from https://github.com/itzg/{{.app}}/releases/download/{{.version}}/{{.app}}_{{.version}}_linux_${ARCH}.tar.gz
31
31
You can’t perform that action at this time.
0 commit comments