Fix naming
This commit is contained in:
11
.github/workflows/ui-workflow.yml
vendored
11
.github/workflows/ui-workflow.yml
vendored
@@ -44,13 +44,16 @@ jobs:
|
|||||||
registry-url: 'https://npm.pkg.github.com'
|
registry-url: 'https://npm.pkg.github.com'
|
||||||
scope: '@arbinahq'
|
scope: '@arbinahq'
|
||||||
|
|
||||||
- run: (rm .npmrc || true) && npm install
|
- name: Add envs
|
||||||
|
run: echo IMAGE_TAG=${{ secrets.SECRET_IMAGE_TAG }} >> .env
|
||||||
|
|
||||||
|
- name: NPM install packages
|
||||||
|
run: (rm .npmrc || true) && npm install
|
||||||
env:
|
env:
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.SECRET_GH_TOKEN_CAN_READ_PACKAGES }}
|
NODE_AUTH_TOKEN: ${{ secrets.SECRET_GH_TOKEN_CAN_READ_PACKAGES }}
|
||||||
|
|
||||||
- run: echo IMAGE_TAG=${{ secrets.SECRET_IMAGE_TAG }} >> .env
|
- name: NPM build
|
||||||
|
run: npm run build
|
||||||
- run: npm run build
|
|
||||||
if: ${{ inputs.IS_BUILD_ENABLED }}
|
if: ${{ inputs.IS_BUILD_ENABLED }}
|
||||||
|
|
||||||
- name: Login to ECR
|
- name: Login to ECR
|
||||||
|
|||||||
Reference in New Issue
Block a user