Skip to content

Commit

Permalink
refactor: change WEBHOOK_VERSION to SCANNER_VERSION (#401)
Browse files Browse the repository at this point in the history
  • Loading branch information
royhadad authored Jun 29, 2023
1 parent c2efa3d commit 0c2b015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def debugging():

docker_build('datree/cluster-scanner-staging', '../cluster-scanner', dockerfile = '../cluster-scanner/Dockerfile.debugging.tilt', build_args={
"BUILD_ENVIRONMENT":"staging",
"WEBHOOK_VERSION":"0.0.1",
"SCANNER_VERSION":"0.0.1",
})

local_resource(
Expand Down Expand Up @@ -74,7 +74,7 @@ def hot_reload():
docker_build('datree/cluster-scanner-staging', '../cluster-scanner', dockerfile = '../cluster-scanner/Dockerfile',
build_args={
"BUILD_ENVIRONMENT":"staging",
"WEBHOOK_VERSION":"0.0.1",
"SCANNER_VERSION":"0.0.1",
})


Expand Down

0 comments on commit 0c2b015

Please sign in to comment.