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

This commit is contained in:
Renovate Bot 2021-05-26 14:06:57 +00:00 committed by renovate[bot]
parent fa791dc122
commit e71db0b74a

View file

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