Skip to content

Commit

Permalink
Changed bake targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorrento110 committed Jul 12, 2023
1 parent b79fa64 commit 86012df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ function "check_suffix" {
# ----------------------------------------------------------------------------------------------------------------------

group "prod" {
targets = ["extraction-service"]
targets = ["extraction-service-api", "extraction-service-worker"]
}

group "default" {
targets = ["extraction-service-base"]
targets = ["extraction-service-api-base", "extraction-service-worker-base"]
}

# ----------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 86012df

Please sign in to comment.