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

This commit is contained in:
Renovate Bot 2021-04-07 00:35:42 +00:00
parent f7b640d29d
commit 67375c3d44
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.3.0
uses: docker/build-push-action@v2.4.0
with:
username: ${{ github.actor }}
password: ${{ github.token }}