Replace tab with spaces to fix the syntax

This commit is contained in:
Ville Ranki 2021-08-31 12:29:33 +03:00 committed by GitHub
parent bb8c5196e8
commit 7cca9b7688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ jobs:
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
- name: Build and push Docker image
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
uses: docker/build-push-action@a66e35b9cbcf4ad0ea91ffcaf7bbad63ad9e0229
with:
context: .
push: ${{ github.event_name != 'pull_request' }}