Skip to content

Commit

Permalink
Squash
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-Prather committed Aug 16, 2023
1 parent a896596 commit 1211318
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ jobs:
needs: checkout-repo
steps:
- name: Build and deploy release
if: ${{ github.event.inputs.RELEASE }}
uses: jfrog/setup-jfrog-cli@v1
if: ${{ github.event.inputs.RELEASE }}
run: |
cd ${{env.REPO}}
./build-and-deploy-dockers.sh -r
shell: bash

0 comments on commit 1211318

Please sign in to comment.