Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Jul 24, 2024
1 parent 20ecd25 commit 8d3fd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
push: {{ github.ref_type == 'tag' }}
push: ${{ github.ref_type == 'tag' }}
tags: ghcr.io/fhcrc/taxtastic:test

0 comments on commit 8d3fd0e

Please sign in to comment.