Skip to content

Commit

Permalink
Fix test and get the right git tafg
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Mar 5, 2024
1 parent 2fffa11 commit c1102e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_meteor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: .
platforms: linux/amd64
push: true
tags: ${{ secrets.DOCKER_USER }}/meteor:${{ steps.vars.outputs.tag }} , ${{ secrets.DOCKER_USER }}/meteor:latest
tags: ${{ secrets.DOCKER_USER }}/meteor:${{ github.ref_name }} , ${{ secrets.DOCKER_USER }}/meteor:latest

conda:
runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"fasta_filename": "eva71.fasta"
},
"annotation": {
"bed": "eva71.bed"
"bed": { "filename": "eva71.bed", "version": "1.0" }
}
}

0 comments on commit c1102e6

Please sign in to comment.