Update docker/build-push-action action to v1.1.1

This commit is contained in:
Renovate Bot 2020-10-20 15:17:54 +00:00
parent 9ec6c735b9
commit 80814c47ff
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -38,7 +38,7 @@ jobs:
run: |
echo "::set-env name=REPOSITORY::$(echo $GITHUB_REPOSITORY | tr '[A-Z]' '[a-z]')"
- name: Build and push Docker image
uses: docker/build-push-action@v1.1.0
uses: docker/build-push-action@v1.1.1
with:
username: ${{ github.actor }}
password: ${{ github.token }}