File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- image: kernai/refinery-ui-react :{{#if build.tag}}{{build.tag}}{{else}}latest{{/if}}
1
+ image: kernai/refinery-ui:{{#if build.tag}}{{build.tag}}{{else}}latest{{/if}}
2
2
{{#if build.tags}}
3
3
tags:
4
4
{{#each build.tags}}
7
7
{{/if}}
8
8
manifests:
9
9
-
10
- image: kernai/refinery-ui-react :{{#if build.tag}}{{build.tag}}-{{/if}}drone-amd64
10
+ image: kernai/refinery-ui:{{#if build.tag}}{{build.tag}}-{{/if}}drone-amd64
11
11
platform:
12
12
architecture: amd64
13
13
os: linux
14
14
-
15
- image: kernai/refinery-ui-react :{{#if build.tag}}{{build.tag}}-{{/if}}drone-arm64
15
+ image: kernai/refinery-ui:{{#if build.tag}}{{build.tag}}-{{/if}}drone-arm64
16
16
platform:
17
17
architecture: arm64
18
18
os: linux
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " refinery-ui-react " ,
2
+ "name" : " refinery-ui" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
49
49
"postcss" : " ^8.4.28" ,
50
50
"tailwindcss" : " ^3.1.8"
51
51
}
52
- }
52
+ }
You can’t perform that action at this time.
0 commit comments