Skip to content

Commit 4289c98

Browse files
committed
feat: Add CI/CD Integration with GitHub Actions
1 parent 3e18476 commit 4289c98

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/dockerize.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Dockerize
2+
3+
on:
4+
push:
5+
pull_request:
6+
7+
jobs:
8+
dockerize:
9+
uses: specify/workflows/.github/workflows/dockerize.yml@main
10+
with:
11+
username: ${{ secrets.DOCKERHUB_USERNAME }}
12+
password: ${{ secrets.DOCKERHUB_TOKEN }}
13+
registry-service: specifyconsortium/specify-asset-service

0 commit comments

Comments
 (0)