Update ci.yml

This commit is contained in:
meysamhadeli 2023-01-29 20:00:12 +03:30
parent 04fc20d273
commit 4d38acd09a

View File

@ -51,7 +51,6 @@ jobs:
uses: docker/login-action@v2
if: ${{ github.ref == 'refs/heads/main' && success() }}
with:
registry: _
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}