Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed Jan 16, 2024
1 parent f9a2c54 commit eb49ab6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,5 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
context: "{{defaultContext}}:deployment/Dockerhub"
tags:
- "databio/pephub:latest"
- "databio/pephub:${{github.ref_name}}"
context: '{{defaultContext}}:deployment/Dockerhub'
tags: databio/pephub:latest

0 comments on commit eb49ab6

Please sign in to comment.