Skip to content

Commit

Permalink
fchore(CI): latest version of image added
Browse files Browse the repository at this point in the history
  • Loading branch information
aliyaghini authored Aug 13, 2024
1 parent 6abb014 commit 66a71d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dotnetCI_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ 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 push ${{ secrets.DOCKERHUB_USERNAME }}/dotnetdev:latest
build:
Expand Down

0 comments on commit 66a71d6

Please sign in to comment.