chore: Fix docker test workflow (#340)

This commit is contained in:
Maksym Vlasov 2022-02-10 21:33:05 +02:00 committed by GitHub
commit e88abb6857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
Dockerfile
- name: Build if Dockerfile changed
if: steps.changed-files-specific.outputs.any_changed == "true"
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v2
with:
context: .