From 8c23f37dedabec7a5c74fa36b7a12148e047131e Mon Sep 17 00:00:00 2001 From: Le Van Nghia Date: Tue, 20 Jul 2021 18:11:03 +0900 Subject: [PATCH] Update to v1.1.0 (#3) * Update to use v1.1.0 * Update README.md --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9be81a8..243a6ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1 @@ -FROM gcr.io/pipecd/actions-plan-preview:1.0.1 +FROM gcr.io/pipecd/actions-plan-preview:1.1.0 diff --git a/README.md b/README.md index c29fe45..3ed743c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest if: "github.event_name == 'pull_request'" steps: - - uses: pipe-cd/actions-plan-preview@v1.0.1 + - uses: pipe-cd/actions-plan-preview@v1.1.0 with: address: ${{ secrets.PIPECD_API_ADDRESS }} api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }} @@ -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.1 + - uses: pipe-cd/actions-plan-preview@v1.1.0 with: address: ${{ secrets.PIPECD_API_ADDRESS }} api-key: ${{ secrets.PIPECD_PLAN_PREVIEW_API_KEY }}