From 77725693e815a782cf4e960130e298539d281d10 Mon Sep 17 00:00:00 2001 From: Christian Prather Date: Wed, 16 Aug 2023 16:49:07 -0600 Subject: [PATCH] Squash-1 --- .github/workflows/deploy-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docker.yml b/.github/workflows/deploy-docker.yml index bb38c42..b30f5c5 100644 --- a/.github/workflows/deploy-docker.yml +++ b/.github/workflows/deploy-docker.yml @@ -30,7 +30,7 @@ jobs: path: ${{env.REPO}} - name: Build and deploy dev - if: ${{ github.event.inputs.DEV }} + if: ${{ github.event.inputs.DEV == 'true' }} uses: jfrog/setup-jfrog-cli@v1 - run: | cd ${{env.REPO}} @@ -47,7 +47,7 @@ jobs: path: ${{env.REPO}} - name: Build and deploy release - if: ${{ github.event.inputs.RELEASE }} + if: ${{ github.event.inputs.RELEASE == 'true' }} uses: jfrog/setup-jfrog-cli@v1 - run: | cd ${{env.REPO}}