We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d03b0d commit c069eb6Copy full SHA for c069eb6
.github/workflows/build-session-01.yml
@@ -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
11
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/.github/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