-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jungyoul Yu
committed
Sep 26, 2019
1 parent
f19d0a6
commit 26b7748
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
fetch-depth: 1 | ||
|
||
- name: Bump Version | ||
uses: opspresso/[email protected].11 | ||
uses: opspresso/[email protected].12 | ||
with: | ||
args: --version | ||
|
||
|
@@ -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: | ||
|
@@ -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: | ||
|
@@ -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: | ||
|