change docker login to action

This commit is contained in:
Vasily Marmer 2021-03-09 14:12:29 +03:00
parent db354c0ae0
commit f14e49bed5
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ jobs:
with:
fetch-depth: 0
- name: Docker login
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
run: |
echo "${{ secrets.DOCKER_PASS }}" | docker login -u ${{ secrets.DOCKER_PASS }} --password-stdin
- name: Converge