change docker login action
This commit is contained in:
parent
f14e49bed5
commit
0e6d21ab44
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -17,8 +17,6 @@ jobs:
|
|||
with:
|
||||
username: ${{ secrets.DOCKER_USER }}
|
||||
password: ${{ secrets.DOCKER_PASS }}
|
||||
run: |
|
||||
echo "${{ secrets.DOCKER_PASS }}" | docker login -u ${{ secrets.DOCKER_PASS }} --password-stdin
|
||||
- name: Converge
|
||||
uses: werf/actions/converge@master
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue