change docker login to action
This commit is contained in:
parent
db354c0ae0
commit
f14e49bed5
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue