Skip to content

Commit

Permalink
Add missing build args
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-clarke committed Oct 30, 2021
1 parent df7e3bb commit b877ab2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions buildtools/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,10 @@ target "starling-sim-ardupilot-plane" {

target "starling-sim-ardupilot-gazebo" {
context = "simulator/base/ardupilot"
args = {
"VERSION": "${BAKE_VERSION}",
"REGISTRY": "${BAKE_REGISTRY}"
}
tags = [
"${BAKE_REGISTRY}uobflightlabstarling/starling-sim-ardupilot-gazebo:${BAKE_VERSION}",
notequal("",BAKE_RELEASENAME) ? "${BAKE_REGISTRY}uobflightlabstarling/starling-sim-ardupilot-gazebo:${BAKE_RELEASENAME}": "",
Expand Down

0 comments on commit b877ab2

Please sign in to comment.