From cd1822df5ee79cfb1d6c966f5bd712d8d92e577d Mon Sep 17 00:00:00 2001 From: Oleksandr Varchenko <88536216+alexvarko@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:54:01 +0300 Subject: [PATCH] Update actions.yaml --- .github/workflows/actions.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 37706bf..7ac1424 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -30,4 +30,5 @@ jobs: - name: Run Build run: | . $(werf ci-env github --as-file) - werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA + echo "${{ secrets.STAGE_ENV }}" > .env + werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --dev