File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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}}
22{{#if build.tags}}
33tags:
44{{#each build.tags}}
77{{/if}}
88manifests:
99 -
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
1111 platform:
1212 architecture: amd64
1313 os: linux
1414 -
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
1616 platform:
1717 architecture: arm64
1818 os: linux
Original file line number Diff line number Diff line change 11{
2- "name" : " refinery-ui-react " ,
2+ "name" : " refinery-ui" ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
55 "scripts" : {
4949 "postcss" : " ^8.4.28" ,
5050 "tailwindcss" : " ^3.1.8"
5151 }
52- }
52+ }
You can’t perform that action at this time.
0 commit comments