File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 101
101
BUILD ./src/voting-tools-rs+docker --tag = $tag --registry = $registry_final
102
102
BUILD ./src/cat-data-service+publish --tag = $tag --registry = $registry_final
103
103
104
- BUILD ./services/voting-node+publish --tag = $tag --registry = $registry_final
104
+ BUILD ./services/voting-node+package --tag = $tag --registry = $registry_final
105
105
BUILD ./utilities/ideascale-importer+docker --tag = $tag --registry = $registry_final
106
106
107
107
all-with-tags :
@@ -149,7 +149,7 @@ local:
149
149
LOCALLY
150
150
BUILD ./containers/event-db-migrations+publish
151
151
BUILD ./src/cat-data-service+publish
152
- BUILD ./services/voting-node+publish
152
+ BUILD ./services/voting-node+package
153
153
154
154
RUN mkdir -p ./local
155
155
COPY ./containers/dev-local+build/docker-compose.yml ./local/
You can’t perform that action at this time.
0 commit comments