Skip to content

Commit

Permalink
feat: docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicoblanco committed May 9, 2024
1 parent 1878abe commit 2e702f0
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 2e702f0

Please sign in to comment.