added envsubst to act runner
All checks were successful
/ build-docker-image (push) Successful in 49s

This commit is contained in:
2025-11-22 03:55:52 +00:00
parent 9dc5c8428c
commit 2f37fa6f8d
2 changed files with 1 additions and 6 deletions

View File

@@ -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

View File

@@ -1,5 +0,0 @@
services:
runner:
build:
dockerfile: ./Dockerfile