From 65b3b967bf93db67a12215ab7f562619b232d111 Mon Sep 17 00:00:00 2001 From: Admiralawkbar Date: Thu, 3 Dec 2020 14:04:13 -0600 Subject: [PATCH] check log --- .github/workflows/deploy-DEV.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-DEV.yml b/.github/workflows/deploy-DEV.yml index f09a91f4..df16213a 100644 --- a/.github/workflows/deploy-DEV.yml +++ b/.github/workflows/deploy-DEV.yml @@ -62,6 +62,8 @@ jobs: image_tag: latest,v3 dockerfile: Dockerfile build_extra_args: "--build-arg=BUILD_DATE=${BUILD_DATE} --build-arg=BUILD_REVISION=${GITHUB_SHA} --build-arg=BUILD_VERSION=${GITHUB_SHA} -t github/super-linter:${GITHUB_SHA}" + env: + ACTIONS_RUNNER_DEBUG: true ######################################## # Validates the metadata docker labels #