We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6445294 commit b4a1016Copy full SHA for b4a1016
Containerfile
@@ -1,4 +1,4 @@
1
-ARG RUNNER_VERSION=2.332.0
+ARG RUNNER_VERSION=2.333.0
2
3
FROM ghcr.io/actions/actions-runner:${RUNNER_VERSION} AS base
4
manifest.yaml
@@ -5,7 +5,7 @@ registry: ghcr.io/deerhide/python-github-runner
5
build:
6
format: oci
7
args:
8
- - RUNNER_VERSION=2.332.0
+ - RUNNER_VERSION=2.333.0
9
- ARGO_VERSION=3.6.4
10
- KARGO_VERSION=1.9.2
11
- PACK_VERSION=0.36.4
0 commit comments