Skip to content

Commit 9083a05

Browse files
committed
build(node-distroless): update build config
1 parent 5cc3278 commit 9083a05

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

images/node-distroless/project.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@
2020
"build": {
2121
"executor": "@ebizbase/nx-docker:build",
2222
"options": {
23+
"load": true,
2324
"tags": [
2425
"edge"
25-
],
26-
"outputs": [
27-
"type=docker"
2826
]
2927
}
3028
},
@@ -34,20 +32,18 @@
3432
],
3533
"executor": "nx:run-commands",
3634
"options": {
37-
"command": "docker run --rm node-distroless:edge -e 'console.log(process.version)'"
35+
"command": "docker run --rm ebizbase/node-distroless:edge -e 'console.log(process.version)'"
3836
}
3937
},
4038
"publish": {
4139
"executor": "@ebizbase/nx-docker:build",
4240
"options": {
41+
"push": true,
4342
"tags": [
4443
"latest",
4544
"{major}",
4645
"{major}.{minor}",
4746
"{major}.{minor}.{patch}"
48-
],
49-
"outputs": [
50-
"type=registry"
5147
]
5248
}
5349
}

0 commit comments

Comments
 (0)