Merge pull request #663 from psforever/renovate/docker-build-push-action-2.x

Update docker/build-push-action action to v2.2.2
This commit is contained in:
Fate-JH 2021-01-12 14:42:18 -05:00 committed by GitHub
commit b6624f919e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 }}