Skip to content

Commit

Permalink
build: add build workflow for web basics session
Browse files Browse the repository at this point in the history
add build workflow for web basics session

Signed-off-by: Gabriel Mocanu <[email protected]>
  • Loading branch information
gabrielmocanu committed Jan 21, 2025
1 parent 9d03b0d commit 4497988
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/build-session-01.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Build Web Basics Drills Workflow

on:
workflow_dispatch:
pull_request:
branches:
- main

push:
branches:
- main
paths:
- "chapters/web-application-security/web-basics/drills/**"

jobs:
build-cockroack:
name: Build cockroach drill
uses: open-education-hub/actions/.github/workflows/build.yml@main
with:
dockerfile: "chapters/web-application-security/web-basics/drills/deploy/Dockerfile"
image: "web-basics/cockroach"
image_tag: "latest"

0 comments on commit 4497988

Please sign in to comment.