Skip to content

Commit 2558bb8

Browse files
authored
Merge pull request #21 from clamsproject/CD
💿 CD
2 parents 7d35c82 + 9c8a6fa commit 2558bb8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/CD.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: 🪂 Continuous Deployment
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
tags:
8+
- '*'
9+
pull_request:
10+
branches:
11+
- main
12+
release:
13+
types: [published, edited, prereleased]
14+
15+
jobs:
16+
build:
17+
name: 🔨 Build and deploy to ghcr
18+
uses: clamsproject/.github/.github/workflows/[email protected]
19+
with:
20+
file: Dockerfile

0 commit comments

Comments
 (0)