Merge pull request #616 from psforever/renovate/docker-build-push-action-1.x

Update docker/build-push-action action to v1.1.1
This commit is contained in:
Mazo 2020-10-21 21:29:31 +01:00 committed by GitHub
commit a898ac05f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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