Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nalbam committed Sep 24, 2019
1 parent 20a11af commit 6eab9fa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 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].7
uses: opspresso/[email protected].8
with:
args: --version

Expand All @@ -27,27 +27,27 @@ jobs:
- run: npm run build

- name: Release to GitHub
uses: opspresso/[email protected].7
uses: opspresso/[email protected].8
with:
args: --release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build & Push to Docker Hub
uses: opspresso/[email protected]
with:
args: --docker
env:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
LATEST: "true"

- name: Build & Push to AWS ECR
uses: opspresso/[email protected].7
uses: opspresso/[email protected].8
with:
args: --ecr
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_REGION: "ap-northeast-2"
LATEST: "true"

- name: Build & Push to Docker Hub
uses: opspresso/[email protected]
with:
args: --docker
env:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
LATEST: "true"

0 comments on commit 6eab9fa

Please sign in to comment.