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

This commit is contained in:
Renovate Bot 2021-02-17 19:28:48 +00:00 committed by renovate[bot]
parent 838684d916
commit d58014d5cc

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