Skip to content

Commit

Permalink
fix: pipeline (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjoseph authored Jul 16, 2024
1 parent 17eb8b5 commit ca5c407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
password: ${{ secrets.DOCKER_HUB_TOKEN }}

- name: Push Docker image
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/stockdog:v-${{ needs.build.outputs.VERSION }}
run: docker push ${{ secrets.DOCKER_HUB_USERNAME }}/stockdog:v-${{ env.VERSION }}

0 comments on commit ca5c407

Please sign in to comment.