Skip to content

Commit

Permalink
chore: test actions runner upgrade
Browse files Browse the repository at this point in the history
Test new actions runner image.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Nov 5, 2024
1 parent cd8e568 commit 0a0270d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a0270d

Please sign in to comment.