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

This commit is contained in:
Renovate Bot 2020-10-23 12:21:17 +00:00
parent a898ac05f8
commit 5c07c37f5c
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.1
uses: docker/build-push-action@v1.1.2
with:
username: ${{ github.actor }}
password: ${{ github.token }}