Skip to content

Commit

Permalink
Update reusable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia authored Jul 5, 2023
1 parent 7ac2b67 commit 1732170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
# Look for an existing Preview Deployment.
- name: Find Deployment for this Pull Request
id: find-deployment
uses: docker://uffizzi/cli:v1
uses: docker://uffizzi/cli:v2
with:
entrypoint: bash
args: -c "/root/docker-entrypoint.sh && echo DEPLOYMENT_ID=$(/usr/local/bundle/bin/uffizzi preview list --filter \"github.repository=${{ github.repository }} github.event.number=$PR_NUMBER\") >> $GITHUB_ENV"
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
- name: Deploy New Preview
id: create-preview
if: ${{ env.UFFIZZI_ACTION == 'create' }}
uses: UffizziCloud/preview-action@v2
uses: UffizziCloud/preview-action@v3
with:
compose-file: ${{ inputs.compose-file-cache-path }}
username: ${{ inputs.username }}
Expand Down

0 comments on commit 1732170

Please sign in to comment.