Skip to content

Commit

Permalink
Add ppa_track build arg to cloud build config (#1544)
Browse files Browse the repository at this point in the history
* add ppa_track build arg to cloud build 
config

* add latest tag
  • Loading branch information
hacktobeer authored Sep 6, 2024
1 parent 5735ec5 commit 24be4a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/worker/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ steps:
"-t",
"us-docker.pkg.dev/osdfir-registry/turbinia/release/turbinia-worker:$TAG_NAME",
"-t",
"us-docker.pkg.dev/osdfir-registry/turbinia/release/turbinia-worker:latest",
"us-docker.pkg.dev/osdfir-registry/turbinia/release/turbinia-worker:${_LATEST}",
"--build-arg",
"PPA_TRACK=${_PPA_TRACK}",
"-f",
"docker/worker/Dockerfile",
".",
]
timeout: 4800s
timeout: 4800s
images:
- us-docker.pkg.dev/osdfir-registry/turbinia/release/turbinia-worker:latest
- us-docker.pkg.dev/osdfir-registry/turbinia/release/turbinia-worker:${_LATEST}
- us-docker.pkg.dev/osdfir-registry/turbinia/release/turbinia-worker:$TAG_NAME

0 comments on commit 24be4a1

Please sign in to comment.