Skip to content

Commit

Permalink
ci: add docker build action
Browse files Browse the repository at this point in the history
  • Loading branch information
JustSamuel committed Oct 24, 2024
1 parent df72e1b commit 13f504b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker Build

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
dockerize:
uses: GEWIS/actions/.github/workflows/docker-build.yml@3b96ebfcfddda3a8ee815ee62952ff388578fec7
with:
projects: '["."]'

0 comments on commit 13f504b

Please sign in to comment.