Skip to content

Commit

Permalink
fix: release next
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed Oct 30, 2024
1 parent 7215103 commit 0551caa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-bake.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"production": {
"targets": ["server", "ui-production"]
},
"next": {
"targets": ["server", "ui-next"]
},
"recette": {
"targets": ["server", "ui-recette"]
},
Expand Down Expand Up @@ -47,7 +50,7 @@
"ui": {
"inherits": ["common"],
"matrix": {
"ENV": ["production", "recette", "local"]
"ENV": ["production", "next", "recette", "local"]
},
"name": "ui-${ENV}",
"args": {
Expand Down

0 comments on commit 0551caa

Please sign in to comment.