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

Commit 79ca76f

Browse files
committed
#33 Add ci build for declarative scan hook
1 parent 8a7786c commit 79ca76f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,17 @@ jobs:
248248
path: ./hooks/imperative-subsequent-scans/
249249
tag_with_ref: true
250250
build_args: baseImageTag=ci-local
251+
- uses: docker/build-push-action@v1
252+
name: "Build & Push UpdateField Hook Image"
253+
name: "Build & Push DeclarativeSubsequentScans Hook Image"
254+
with:
255+
username: ${{ secrets.DOCKER_USERNAME }}
256+
password: ${{ secrets.DOCKER_PASSWORD }}
257+
repository: scbexperimental/hook-declarative-subsequent-scans
258+
path: ./hooks/declarative-subsequent-scans/
259+
tag_with_ref: true
260+
tag_with_sha: true
261+
build_args: baseImageTag=ci-local
251262
- uses: docker/build-push-action@v1
252263
name: "Build & Push UpdateField Hook Image"
253264
with:

0 commit comments

Comments
 (0)