Skip to content

Commit

Permalink
Fix kaniko verbosity parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com>
  • Loading branch information
Nicolas-Peiffer committed Jan 17, 2024
1 parent 9acb577 commit f04fcfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mitre-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -46,4 +46,4 @@ jobs:
cache-repository: ghcr.io/${{ github.repository }}/cache
file: ${{ env.CONTAINERFILE_NAME }}
context: ${{ env.KANIKO_BUILD_CONTEXT }}
verbosity: true
verbosity: "debug" # https://github.com/GoogleContainerTools/kaniko#flag---verbosity

0 comments on commit f04fcfa

Please sign in to comment.