We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcea777 commit fe89af0Copy full SHA for fe89af0
dockerfile
@@ -19,8 +19,9 @@ RUN apt-get install -y --no-install-recommends \
19
unzip \
20
pkg-config \
21
apt-transport-https \
22
- ca-certificates && \
23
- rm -rf /var/lib/apt/lists/*
+ ca-certificates \
+ just \
24
+ && rm -rf /var/lib/apt/lists/*
25
26
# Copy the start script and make it executable
27
COPY start.sh /start.sh
justfile
@@ -1,6 +1,6 @@
1
2
IMAGE_NAME:="ghcr.io/rustunit/github-runner"
3
-IMAGE_TAG:="0.1.0"
+IMAGE_TAG:="0.1.1"
4
5
build:
6
docker build -t {{IMAGE_NAME}}:latest .
0 commit comments