mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-07 05:52:57 +00:00
feat: docker publishing
This commit is contained in:
@@ -5,12 +5,9 @@
|
||||
"outputs": ["lib/**", "www/**", ".angular/**"],
|
||||
"cache": true
|
||||
},
|
||||
"build:docker": {
|
||||
"dependsOn": ["//#build:docker-workspace"],
|
||||
"cache": false
|
||||
},
|
||||
"deploy": {
|
||||
"dependsOn": ["build", "^deploy"]
|
||||
"dependsOn": ["build", "^deploy"],
|
||||
"cache": false
|
||||
},
|
||||
"docs": {
|
||||
"dependsOn": ["build", "^docs"],
|
||||
|
||||
Reference in New Issue
Block a user