Skip to content

Commit

Permalink
APT-1040: Variables added to push triggered production build #695
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Kosiak <[email protected]>
  • Loading branch information
lukozill and uHappyLogic authored May 24, 2024
1 parent 84d202e commit 6d7c3c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd-prd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ jobs:
env:
ENVIRONMENT: prd
IMAGE_TAG: ${{ steps.set-tag.outputs.tags }}
ENV_FILES_DECRYPTER_NONPRD: ${{ secrets.ENV_FILES_DECRYPTER_NONPRD }}
ENV_FILES_DECRYPTER_PRD: ${{ secrets.ENV_FILES_DECRYPTER_PRD }}
run: |
cd ${{ matrix.path }}
make image/build-and-push
Expand Down

0 comments on commit 6d7c3c1

Please sign in to comment.