Skip to content

Commit

Permalink
F/ci (#2)
Browse files Browse the repository at this point in the history
* Add docker publish from CI
* Remove CircleCI
  • Loading branch information
maurolacy authored Sep 29, 2024
1 parent 8ccd25c commit c0e0078
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 134 deletions.
134 changes: 0 additions & 134 deletions .circleci/config.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: docker_publish

on:
push:
tags:
- 'v*.*.*'

jobs:
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
secrets: inherit
with:
publish: true

0 comments on commit c0e0078

Please sign in to comment.