Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Feb 4, 2020
1 parent f348100 commit a996cd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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].1
uses: opspresso/[email protected].5
with:
args: --version

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

# - name: Trigger for GitOps
# uses: opspresso/[email protected].1
# uses: opspresso/[email protected].5
# with:
# args: --dispatch
# env:
Expand All @@ -48,7 +48,7 @@ jobs:
# TARGET_ID: "deepracer-timer"

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

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

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

0 comments on commit a996cd7

Please sign in to comment.