Update docker/build-push-action action to v2.2.2

This commit is contained in:
Renovate Bot 2021-01-09 19:33:19 +00:00
parent 6836c80c9f
commit f7d5ba702c
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

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