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 5cc3278 commit 9083a05
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 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 @@ -34,20 +32,18 @@
],
"executor": "nx:run-commands",
"options": {
"command": "docker run --rm node-distroless:edge -e 'console.log(process.version)'"
"command": "docker run --rm ebizbase/node-distroless:edge -e 'console.log(process.version)'"
}
},
"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 9083a05

Please sign in to comment.