Skip to content

Commit

Permalink
Merge pull request #255 from ueckoken/json2grpc-bake-image
Browse files Browse the repository at this point in the history
  • Loading branch information
Azuki-bar authored Nov 13, 2022
2 parents e93dfd2 + e1aeebb commit db4f48b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ jobs:
with:
files: ./docker-bake.hcl
push: ${{ github.event_name == 'push' && startsWith( steps.extract_branch.outputs.branch , 'deployment' ) }}
set: |
*.cache-from=type=gha
*.cache-to=type=gha,mode=max
19 changes: 18 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
group "default" {
targets = ["auto-operation", "external", "internal", "multicaster", "positioning", "webrtc-sender", "frontend", "receiver-test", "logviewer"]
targets = [
"auto-operation",
"external",
"internal",
"json2grpc",
"multicaster",
"positioning",
"webrtc-sender",
"frontend",
"receiver-test",
"logviewer",
]
}

variable "PREFIX" {
Expand Down Expand Up @@ -35,6 +46,12 @@ target "internal" {
GET_TAG("internal")
]
}
target "json2grpc" {
context = "./backend/json2grpc"
tags = [
GET_TAG("json2grpc")
]
}

target "multicaster" {
context = "./backend/multicaster"
Expand Down

0 comments on commit db4f48b

Please sign in to comment.