Skip to content

Commit

Permalink
ci: add docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias authored Mar 3, 2024
1 parent 3a2c242 commit 90c30e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Create and publish a Docker image
on:
push:
branches:
- "main"

jobs:
build:
uses: unict-dmi/reusable-workflows/.github/workflows/docker.yml@main
with:
repo_ref: ${{ github.repository }}

0 comments on commit 90c30e9

Please sign in to comment.