Skip to content

feat: Add CI/CD Docker Integration with GitHub Actions #3

feat: Add CI/CD Docker Integration with GitHub Actions

feat: Add CI/CD Docker Integration with GitHub Actions #3

Workflow file for this run

name: Dockerize
on:
push:
pull_request:
jobs:
dockerize:
uses: specify/workflows/.github/workflows/dockerize.yml@main
with:
registry-service: specifyconsortium/specify-asset-service
secrets:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}