Skip to content

Commit 652e785

Browse files
committed
build(node-distroless): update build config
1 parent aa787bc commit 652e785

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: images/node-distroless/project.json

+2-6
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
},
@@ -40,14 +38,12 @@
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)