From 26b77486503cf06cd51ff154313ad40eef96598d Mon Sep 17 00:00:00 2001 From: Jungyoul Yu Date: Thu, 26 Sep 2019 10:19:32 +0900 Subject: [PATCH] action-builder@v0.1.12 --- .github/workflows/push.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index aa3157b..40e30ac 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.1.11 + uses: opspresso/action-builder@v0.1.12 with: args: --version @@ -31,14 +31,14 @@ jobs: npm run build - name: Release to GitHub - uses: opspresso/action-builder@v0.1.11 + uses: opspresso/action-builder@v0.1.12 with: args: --release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build & Push to Docker Hub - uses: opspresso/action-builder@v0.1.11 + uses: opspresso/action-builder@v0.1.12 with: args: --docker env: @@ -47,7 +47,7 @@ jobs: LATEST: "true" - name: Build & Push to GitHub Package - uses: opspresso/action-builder@v0.1.11 + uses: opspresso/action-builder@v0.1.12 with: args: --docker env: @@ -57,7 +57,7 @@ jobs: LATEST: "true" - name: Build & Push to AWS ECR - uses: opspresso/action-builder@v0.1.11 + uses: opspresso/action-builder@v0.1.12 with: args: --ecr env: