Skip to content

Commit

Permalink
Fixing typo in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed Jul 11, 2023
1 parent d3c61df commit 8b853c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: |
echo "$DOCKERHUB_PASS" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
docker push ikmb/vep:latest
docker tag ikmb/vep:latest ikmb/PIPELINE:${{ github.event.release.tag_name }}
docker tag ikmb/vep:latest ikmb/vep:${{ github.event.release.tag_name }}
docker push ikmb/vep:${{ github.event.release.tag_name }}

0 comments on commit 8b853c3

Please sign in to comment.