Skip to content

Commit

Permalink
Update to use image 1.0.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Jul 13, 2021
1 parent adb352e commit 6d3236f
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.0.0
FROM gcr.io/pipecd/actions-plan-preview:1.0.1
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
if: "github.event_name == 'pull_request'"
steps:
- uses: pipe-cd/actions-plan-preview@v1.0.0
- uses: pipe-cd/actions-plan-preview@v1.0.1
with:
address: ${{ secrets.PIPECD_ADDRESS }}
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
Expand All @@ -46,7 +46,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.0.0
- uses: pipe-cd/actions-plan-preview@v1.0.1
with:
address: ${{ secrets.PIPECD_ADDRESS }}
api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}
Expand Down

0 comments on commit 6d3236f

Please sign in to comment.