Skip to content

Commit

Permalink
nalbam/argocd-env-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Sep 30, 2019
1 parent 8dedbf0 commit df309ca
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 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/action-builder@v0.1.16
uses: opspresso/action-builder@master
with:
args: --version

Expand All @@ -31,14 +31,23 @@ jobs:
npm run build
- name: Release to GitHub
uses: opspresso/action-builder@v0.1.16
uses: opspresso/action-builder@master
with:
args: --release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Trigger for GitOps
uses: opspresso/action-builder@master
with:
args: --deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITOPS_REPO: nalbam/argocd-env-demo
TARGET_ID: deepracer-timer

- name: Build & Push to Docker Hub
uses: opspresso/action-builder@v0.1.16
uses: opspresso/action-builder@master
with:
args: --docker
env:
Expand All @@ -47,7 +56,7 @@ jobs:
LATEST: "true"

- name: Build & Push to GitHub Package
uses: opspresso/action-builder@v0.1.16
uses: opspresso/action-builder@master
with:
args: --docker
env:
Expand All @@ -57,7 +66,7 @@ jobs:
LATEST: "true"

- name: Build & Push to AWS ECR
uses: opspresso/action-builder@v0.1.16
uses: opspresso/action-builder@master
with:
args: --ecr
env:
Expand Down

0 comments on commit df309ca

Please sign in to comment.