Skip to content

Commit

Permalink
Update to use actions-plan-preview image 1.7.2 (#10)
Browse files Browse the repository at this point in the history
* Update image tag version

* Fix actions-plan-preview version

* Fix README
  • Loading branch information
knanao authored Mar 30, 2022
1 parent 64e4ec0 commit 12f9562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM gcr.io/pipecd/actions-plan-preview:1.6.0
FROM gcr.io/pipecd/actions-plan-preview:1.7.2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
if: "github.event_name == 'pull_request'"
steps:
- uses: pipe-cd/actions-plan-preview@v1.6.0
- uses: pipe-cd/actions-plan-preview@v1.7.2
with:
address: ${{ secrets.PIPECD_API_ADDRESS }}
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
if: "github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/pipecd plan-preview')"
steps:
- uses: pipe-cd/actions-plan-preview@v1.6.0
- uses: pipe-cd/actions-plan-preview@v1.7.2
with:
address: ${{ secrets.PIPECD_API_ADDRESS }}
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
Expand Down

0 comments on commit 12f9562

Please sign in to comment.