Skip to content

Commit

Permalink
bug in action
Browse files Browse the repository at this point in the history
  • Loading branch information
peichins committed Mar 18, 2024
1 parent 678abce commit fcd26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ jobs:
- name: push to docker
if: (github.ref == 'refs/heads/main' || contains(github.ref, 'refs/tag'))
run: |
docker push qutecoacoustics/perchrunner:${{ env.CRANE_VERSION }}
docker push qutecoacoustics/perchrunner:${{ env.PR_VERSION }}
docker push qutecoacoustics/perchrunner:latest

0 comments on commit fcd26d2

Please sign in to comment.