Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Jungyoul Yu committed Sep 26, 2019
1 parent f19d0a6 commit 26b7748
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 1

- name: Bump Version
uses: opspresso/[email protected].11
uses: opspresso/[email protected].12
with:
args: --version

Expand All @@ -31,14 +31,14 @@ jobs:
npm run build
- name: Release to GitHub
uses: opspresso/[email protected].11
uses: opspresso/[email protected].12
with:
args: --release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push to Docker Hub
uses: opspresso/[email protected].11
uses: opspresso/[email protected].12
with:
args: --docker
env:
Expand All @@ -47,7 +47,7 @@ jobs:
LATEST: "true"

- name: Build & Push to GitHub Package
uses: opspresso/[email protected].11
uses: opspresso/[email protected].12
with:
args: --docker
env:
Expand All @@ -57,7 +57,7 @@ jobs:
LATEST: "true"

- name: Build & Push to AWS ECR
uses: opspresso/[email protected].11
uses: opspresso/[email protected].12
with:
args: --ecr
env:
Expand Down

0 comments on commit 26b7748

Please sign in to comment.