From eb748abca0f4b595cf0ff6f53b271f879d7be7b6 Mon Sep 17 00:00:00 2001 From: avdata99 Date: Mon, 21 Oct 2024 20:37:00 -0300 Subject: [PATCH] fix args --- .github/workflows/test-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 7024360..4cddc6c 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -25,7 +25,9 @@ jobs: with: context: docker/ckan file: docker/ckan/Dockerfile + args: | + ENV_NAME=gh-action push: false env: CKAN_UNI_VERSION: ${{ env.CKAN_UNI_VERSION }} - ENV_NAME: "gh-action" +