File tree 3 files changed +26
-3
lines changed
containers/event-db-migrations
3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 92
92
END
93
93
94
94
# Build and tag all Docker images
95
- BUILD ./containers/event-db-migrations+publish --tag = $tag --registry = $registry_final
95
+ BUILD ./containers/event-db-migrations+package --tag = $tag --registry = $registry_final
96
96
97
97
# Build crate images from the workspace
98
98
BUILD ./src/jormungandr/jormungandr+docker --tag = $tag --registry = $registry_final
@@ -147,7 +147,7 @@ tag-workspace:
147
147
148
148
local :
149
149
LOCALLY
150
- BUILD ./containers/event-db-migrations+publish
150
+ BUILD ./containers/event-db-migrations+package
151
151
BUILD ./src/cat-data-service+publish
152
152
BUILD ./services/voting-node+package
153
153
Original file line number Diff line number Diff line change 12
12
SAVE ARTIFACT ./bin/refinery refinery
13
13
SAVE IMAGE --cache-hint
14
14
15
- publish :
15
+ package :
16
16
FROM debian:stable-slim
17
17
ARG tag= "latest"
18
18
ARG data= "historic"
@@ -63,3 +63,11 @@ publish:
63
63
# --load test:latest=+docker
64
64
# RUN docker run test:latest
65
65
# END
66
+
67
+ docker :
68
+ FROM +package
69
+
70
+ ARG container= 'voting-node'
71
+ ARG tag= "latest"
72
+
73
+ SAVE IMAGE ${container }:${tag }
Original file line number Diff line number Diff line change
1
+ version : " 1.0.0 "
2
+ project : {
3
+ name : " event-db-migrations "
4
+ release : {
5
+ docker : {
6
+ on : {
7
+ merge : {}
8
+ tag : {}
9
+ }
10
+ config : {
11
+ tag : _ @forge (name =" GIT_HASH_OR_TAG " )
12
+ }
13
+ }
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments