From e11599110d1ed9b3bf13a6e6781bd41d26c6839a Mon Sep 17 00:00:00 2001 From: F-WRunTime Date: Fri, 6 Oct 2023 11:38:27 -0600 Subject: [PATCH] Kontrol version does not resolve --- .github/actions/with-docker/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/with-docker/action.yml b/.github/actions/with-docker/action.yml index 6aca4595..a9460c3f 100644 --- a/.github/actions/with-docker/action.yml +++ b/.github/actions/with-docker/action.yml @@ -14,8 +14,8 @@ runs: CONTAINER_NAME=${{inputs.container-name}} CONTAINER_VERSION=$(cat deps/kontrol_release) - - docker build . --tag solady-ci --build-arg KONTROL_VERSION=$(cat deps/kontrol_release) + KONTROL_VERSION=$(cat deps/kontrol_release) + docker build . --tag solady-ci --build-arg ${KONTROL_VERSION} docker run \ --name ${CONTAINER_NAME} \