Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 4846751

Browse files
committed
Add build for parser sdk
1 parent 7c7a8f0 commit 4846751

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,18 @@ jobs:
8686
- name: "Run tests"
8787
run: |
8888
npm test -- --ci --colors --coverage
89+
parserImages:
90+
name: "Build Parser Images"
91+
runs-on: ubuntu-latest
92+
steps:
93+
- uses: actions/checkout@master
94+
- uses: docker/build-push-action@v1
95+
name: "Build & Push Parser SDK"
96+
with:
97+
username: ${{ github.actor }}
98+
password: ${{ github.token }}
99+
repository: j12934/securecodebox/parser-sdk-nodejs
100+
registry: docker.pkg.github.com
101+
path: ./parser-sdk/nodejs/
102+
- name: "List all docker images"
103+
run: "docker images"

0 commit comments

Comments
 (0)