From a996cd7def23a4f09e4b926734c194c87d63dcbb Mon Sep 17 00:00:00 2001 From: nalbam Date: Tue, 4 Feb 2020 12:33:43 +0900 Subject: [PATCH] action-builder@v0.2.5 --- .github/workflows/push.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cb39e81..c67b26c 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 1 - name: Bump Version - uses: opspresso/action-builder@v0.2.1 + uses: opspresso/action-builder@v0.2.5 with: args: --version @@ -31,14 +31,14 @@ jobs: npm run build - name: Release to GitHub - uses: opspresso/action-builder@v0.2.1 + uses: opspresso/action-builder@v0.2.5 with: args: --release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # - name: Trigger for GitOps - # uses: opspresso/action-builder@v0.2.1 + # uses: opspresso/action-builder@v0.2.5 # with: # args: --dispatch # env: @@ -48,7 +48,7 @@ jobs: # TARGET_ID: "deepracer-timer" # - name: Build & Push to Docker Hub - # uses: opspresso/action-builder@v0.2.1 + # uses: opspresso/action-builder@v0.2.5 # with: # args: --docker # env: @@ -57,7 +57,7 @@ jobs: # LATEST: "true" - name: Build & Push to GitHub Package - uses: opspresso/action-builder@v0.2.1 + uses: opspresso/action-builder@v0.2.5 with: args: --docker env: @@ -67,7 +67,7 @@ jobs: LATEST: "true" - name: Build & Push to AWS ECR - uses: opspresso/action-builder@v0.2.1 + uses: opspresso/action-builder@v0.2.5 with: args: --ecr env: