chore: Update docker action to v2 (#4198)

This commit is contained in:
Lipis 2021-11-04 14:10:00 +02:00 committed by GitHub
parent 4bfc5bbcaa
commit 7b442997dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v1
- uses: docker/build-push-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}