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

Commit 3155ce6

Browse files
committed
Add amass parser build
1 parent 8e73453 commit 3155ce6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,12 @@ jobs:
100100
registry: docker.pkg.github.com
101101
path: ./parser-sdk/nodejs/
102102
tag_with_ref: true
103-
- name: "List all docker images"
104-
run: "docker images"
103+
- uses: docker/build-push-action@v1
104+
name: "Build & Push Amass Parser SDK"
105+
with:
106+
username: ${{ github.actor }}
107+
password: ${{ github.token }}
108+
repository: j12934/securecodebox/parser-amass
109+
registry: docker.pkg.github.com
110+
path: ./integrations/amass/parser/
111+
tag_with_ref: true

0 commit comments

Comments
 (0)