Add IMAGE_TAG to .env file
This commit is contained in:
2
.github/workflows/ui-workflow.yml
vendored
2
.github/workflows/ui-workflow.yml
vendored
@@ -48,6 +48,8 @@ jobs:
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.SECRET_GH_TOKEN_CAN_READ_PACKAGES }}
|
||||
|
||||
- run: echo IMAGE_TAG=${{ secrets.SECRET_IMAGE_TAG }} >> .env
|
||||
|
||||
- run: npm run build
|
||||
if: ${{ inputs.IS_BUILD_ENABLED }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user