Use newer version of Azure
This commit is contained in:
parent
cfebf1778e
commit
25eec49577
|
@ -44,7 +44,7 @@ jobs:
|
||||||
files: tusd_*.*
|
files: tusd_*.*
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
|
||||||
- uses: azure/container-actions/docker-login@master
|
- uses: azure/docker-login@v1
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
Loading…
Reference in New Issue