Skip to content

Commit 6efb6f0

Browse files
Rename refinery-ui-react
1 parent e493ea8 commit 6efb6f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

drone-manifest-version.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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}}
33
tags:
44
{{#each build.tags}}
@@ -7,12 +7,12 @@ tags:
77
{{/if}}
88
manifests:
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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "refinery-ui-react",
2+
"name": "refinery-ui",
33
"version": "0.1.0",
44
"private": true,
55
"scripts": {
@@ -49,4 +49,4 @@
4949
"postcss": "^8.4.28",
5050
"tailwindcss": "^3.1.8"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)