Skip to content

Commit affa4b2

Browse files
committed
build: add build workflow for web basics session
add build workflow for web basics session Signed-off-by: Gabriel Mocanu <gabi.mocanu98@gmail.com>
1 parent 9d03b0d commit affa4b2

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Build Drills Workflow
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- main
8+
9+
push:
10+
branches:
11+
- main
12+
paths:
13+
- "chapters/web-application-security/web-basics/drills/**"
14+
15+
jobs:
16+
build-cockroack:
17+
name: Build cockroach drill
18+
uses: open-education-hub/actions/workflows/build.yml@main
19+
with:
20+
file: "chapters/web-application-security/web-basics/drills/deploy/Dockerfile"
21+
image: "web-basics/cockroach"
22+
image_tag: "latest"

0 commit comments

Comments
 (0)