Skip to content

Commit aa0f30a

Browse files
authored
Merge pull request UffizziCloud#79 from UffizziCloud/v3
Change uffizzi/cli
2 parents bafe9cc + 1732170 commit aa0f30a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/reusable.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
# Look for an existing Preview Deployment.
177177
- name: Find Deployment for this Pull Request
178178
id: find-deployment
179-
uses: docker://uffizzi/cli:v1
179+
uses: docker://uffizzi/cli:v2
180180
with:
181181
entrypoint: bash
182182
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"
@@ -290,7 +290,7 @@ jobs:
290290
- name: Deploy New Preview
291291
id: create-preview
292292
if: ${{ env.UFFIZZI_ACTION == 'create' }}
293-
uses: UffizziCloud/preview-action@v2
293+
uses: UffizziCloud/preview-action@v3
294294
with:
295295
compose-file: ${{ inputs.compose-file-cache-path }}
296296
username: ${{ inputs.username }}
@@ -320,7 +320,7 @@ jobs:
320320
logger-key: ${{ env.LOGGER_KEY }}
321321

322322
- name: Update Existing Preview
323-
uses: UffizziCloud/update-preview-action@v1
323+
uses: UffizziCloud/update-preview-action@v2
324324
id: update-preview
325325
if: ${{ env.UFFIZZI_ACTION == 'update' }}
326326
with:
@@ -468,7 +468,7 @@ jobs:
468468
469469
- name: Delete Preview from Uffizzi
470470
if: ${{ env.UFFIZZI_ACTION == 'delete' }}
471-
uses: UffizziCloud/delete-preview-action@v1
471+
uses: UffizziCloud/delete-preview-action@v2
472472
with:
473473
id: ${{ env.DEPLOYMENT_ID }}
474474
username: ${{ inputs.username }}

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ outputs:
100100
description: 'Expiration as a UNIX timestamp'
101101
runs:
102102
using: 'docker'
103-
image: 'docker://uffizzi/cli:v1'
103+
image: 'docker://uffizzi/cli:v2'
104104
args:
105105
- 'preview'
106106
- 'create'

0 commit comments

Comments
 (0)