Fix update runners scheduled workflow to check for container-hooks upgrades (#2576)

This commit is contained in:
Bassem Dghaidi
2023-05-12 11:52:24 +02:00
committed by GitHub
parent f798cddca1
commit 5ba3805a3f
10 changed files with 82 additions and 38 deletions

View File

@@ -2,7 +2,7 @@ FROM ubuntu:22.04
ARG TARGETPLATFORM
ARG RUNNER_VERSION
ARG RUNNER_CONTAINER_HOOKS_VERSION=0.2.0
ARG RUNNER_CONTAINER_HOOKS_VERSION
# Docker and Docker Compose arguments
ENV CHANNEL=stable
ARG DOCKER_COMPOSE_VERSION=v2.16.0