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

This commit is contained in:
Renovate Bot 2020-12-05 04:17:18 +00:00 committed by renovate[bot]
parent babd455753
commit b46215549b

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.0
uses: docker/build-push-action@v2.2.1
with:
username: ${{ github.actor }}
password: ${{ github.token }}