Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauquik committed Feb 19, 2024
1 parent 4b1a35d commit f2c82f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Push image
run: |
if [ "${{ github.ref }}" == "refs/heads/main" ]; then
docker push navachar/$IMAGE_NAME:$IMAGE_TAG
docker push ${{ secrets.DOCKERHUB_USERNAME }}/$IMAGE_NAME:$IMAGE_TAG
fi

0 comments on commit f2c82f7

Please sign in to comment.