Skip to content

Commit

Permalink
ci(docker-build): automatized docker build and push
Browse files Browse the repository at this point in the history
This is only meant for non-releases, for example, hotfixes.
  • Loading branch information
Gijsdeman committed Nov 2, 2024
1 parent 69dbf33 commit f6602df
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Docker build

on:
push:
branches:
- master

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

0 comments on commit f6602df

Please sign in to comment.