Skip to content

Commit

Permalink
Uncomment global variables
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 f04fcfa commit 7cc30f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit 7cc30f8

Please sign in to comment.