File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 4
4
types :
5
5
- published
6
6
7
+ permissions :
8
+ contents : read
9
+ id-token : write
10
+
7
11
env :
8
12
ECR_REPOSITORY : pos-network-node
9
13
DOCKERHUB_REPOSITORY : cerebellumnetwork
37
41
with :
38
42
username : ${{ secrets.DOCKERHUB_USERNAME }}
39
43
password : ${{ secrets.DOCKERHUB_TOKEN }}
44
+
40
45
- name : Publish image to DockerHub
41
46
id : docker_publish
42
47
run : |
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
164
164
// and set impl_version to 0. If only runtime
165
165
// implementation changes and behavior does not, then leave spec_version as
166
166
// is and increment impl_version.
167
- spec_version : 73109 ,
167
+ spec_version : 73110 ,
168
168
impl_version : 0 ,
169
169
apis : RUNTIME_API_VERSIONS ,
170
170
transaction_version : 24 ,
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
159
159
// and set impl_version to 0. If only runtime
160
160
// implementation changes and behavior does not, then leave spec_version as
161
161
// is and increment impl_version.
162
- spec_version : 73109 ,
162
+ spec_version : 73110 ,
163
163
impl_version : 0 ,
164
164
apis : RUNTIME_API_VERSIONS ,
165
165
transaction_version : 24 ,
You can’t perform that action at this time.
0 commit comments