From f04fcfa7b235f3a59d808abeec3eb49d3ef99e32 Mon Sep 17 00:00:00 2001 From: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> Date: Wed, 17 Jan 2024 15:42:27 +0100 Subject: [PATCH] Fix kaniko verbosity parameter Signed-off-by: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com> --- .github/workflows/mitre-checker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mitre-checker.yaml b/.github/workflows/mitre-checker.yaml index 1703e1e7..a36c7f41 100644 --- a/.github/workflows/mitre-checker.yaml +++ b/.github/workflows/mitre-checker.yaml @@ -19,9 +19,9 @@ on: # See: https://github.com/int128/kaniko-action # - KANIKO_BUILD_CONTEXT is the path to the location of the Containerfile. # - CONTAINERFILE_NAME is name and location of the Containerfile. -env: - KANIKO_BUILD_CONTEXT: "${{ github.workspace }}/build/mitre_checker" - CONTAINERFILE_NAME: "${{ github.workspace }}/build/mitre_checker/Containerfile" +#env: +# KANIKO_BUILD_CONTEXT: "${{ github.workspace }}/build/mitre_checker" +# CONTAINERFILE_NAME: "${{ github.workspace }}/build/mitre_checker/Containerfile" jobs: build: @@ -46,4 +46,4 @@ jobs: cache-repository: ghcr.io/${{ github.repository }}/cache file: ${{ env.CONTAINERFILE_NAME }} context: ${{ env.KANIKO_BUILD_CONTEXT }} - verbosity: true \ No newline at end of file + verbosity: "debug" # https://github.com/GoogleContainerTools/kaniko#flag---verbosity \ No newline at end of file