Compare commits
2 Commits
bbbd217247
...
a6ed19d120
Author | SHA1 | Date | |
---|---|---|---|
a6ed19d120 | |||
60f0728208 |
@ -2,7 +2,7 @@ FROM golang:1.22-alpine3.18 as builder
|
|||||||
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
||||||
RUN apk add --no-cache make git
|
RUN apk add --no-cache make git
|
||||||
|
|
||||||
ARG ACT_VERSION=0.2.6
|
ARG ACT_VERSION=0.2.10
|
||||||
|
|
||||||
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner
|
RUN git clone --depth 1 --branch v${ACT_VERSION} https://gitea.com/gitea/act_runner /opt/src/act_runner
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user