Skip to content

Commit

Permalink
Add docker publish from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Sep 28, 2024
1 parent 8ccd25c commit 2dd4520
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: docker_publish

on:
push:
branches:
- 'f/ci'
tags:
- 'v*.*.*'

jobs:
docker_pipeline:
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@v0.3.1
secrets: inherit
with:
publish: true

0 comments on commit 2dd4520

Please sign in to comment.