Skip to content

Commit

Permalink
Update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Jan 18, 2024
1 parent 0a7a9b1 commit fad36bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: docker/metadata-action@v4
with:
images: |
ghcr.io/sagebionetworks/genie-bpc-pipeline-case-selection
ghcr.io/sagebionetworks/genie-bpc-pipeline
tags: |
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
Expand All @@ -101,5 +101,6 @@ jobs:
# TARBALL_PATH=${{ needs.prepare.outputs.tarball-path }}
push: true
file: scripts/case_selection/Dockerfile.python
tags: ${{ steps.meta.outputs.tags }}
tags: case_selection
# tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit fad36bd

Please sign in to comment.