Merge pull request #135 from meysamhadeli/develop

Develop
This commit is contained in:
Meysam Hadeli 2023-01-29 20:02:13 +03:30 committed by GitHub
commit b01a6752a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}