Skip to content

Commit

Permalink
chore(CI): some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Aug 13, 2024
1 parent 66a71d6 commit f804d53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnetCI_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/dotnetdev:${{ steps.tag_version.outputs.new_tag }} .
docker push ${{ secrets.DOCKERHUB_USERNAME }}/dotnetdev:${{ steps.tag_version.outputs.new_tag }}
docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/dotnetdev:latest .
docker push ${{ secrets.DOCKERHUB_USERNAME }}/dotnetdev:latest
Expand Down

0 comments on commit f804d53

Please sign in to comment.