From 0a0270de45008d70fe5446a316c286ebcbddd556 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Tue, 5 Nov 2024 17:24:31 +0530 Subject: [PATCH] chore: test actions runner upgrade Test new actions runner image. Signed-off-by: Noel Georgi --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54ac1ce..874f5c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,7 +75,7 @@ ADD hack/scripts/ /usr/local/bin/ COPY --from=docker /usr/local/bin/docker /usr/local/bin/dockerd /usr/local/bin/ -FROM summerwind/actions-runner-dind:ubuntu-22.04 AS build-container-ghaction +FROM ghcr.io/actions-runner-controller/actions-runner-controller/actions-runner-dind:ubuntu-22.04 AS build-container-ghaction # renovate: datasource=github-releases depName=google/go-containerregistry ARG CRANE_VERSION=v0.20.2 # renovate: datasource=github-releases depName=mikefarah/yq