Skip to content

Commit

Permalink
Squash-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Prather committed Aug 16, 2023
1 parent c21b68e commit 7772569
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand All @@ -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}}
Expand Down

0 comments on commit 7772569

Please sign in to comment.