added envsubst to act runner
All checks were successful
/ build-docker-image (push) Successful in 49s
All checks were successful
/ build-docker-image (push) Successful in 49s
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
FROM gitea/act_runner:0.2.13
|
FROM gitea/act_runner:0.2.13
|
||||||
|
|
||||||
RUN echo "build started.." && \
|
RUN echo "build started.." && \
|
||||||
apk add --no-cache openssh-client curl ansible nodejs rclone rsync nodejs
|
apk add --no-cache openssh-client curl ansible nodejs rclone rsync nodejs envsubst
|
||||||
|
|
||||||
#download latest stable version of kubectl
|
#download latest stable version of kubectl
|
||||||
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
|
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
services:
|
|
||||||
runner:
|
|
||||||
build:
|
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user