Add IMAGE_TAG to .env file

This commit is contained in:
Artyom
2023-01-17 14:57:54 +03:00
committed by GitHub
parent bb67216eba
commit 1b09fad1b8

View File

@@ -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 }}