Skip to content

Commit

Permalink
build(node-distroless): update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnitvn committed Nov 24, 2024
1 parent aa787bc commit 652e785
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions images/node-distroless/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
"build": {
"executor": "@ebizbase/nx-docker:build",
"options": {
"load": true,
"tags": [
"edge"
],
"outputs": [
"type=docker"
]
}
},
Expand All @@ -40,14 +38,12 @@
"publish": {
"executor": "@ebizbase/nx-docker:build",
"options": {
"push": true,
"tags": [
"latest",
"{major}",
"{major}.{minor}",
"{major}.{minor}.{patch}"
],
"outputs": [
"type=registry"
]
}
}
Expand Down

0 comments on commit 652e785

Please sign in to comment.