Fix various spaces on end of lines

This commit is contained in:
Ilya Fedin
2022-09-01 16:57:11 +04:00
committed by John Preston
parent 38da0e086d
commit eab41d272b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ jobs:
cd Telegram/build/docker/centos_env
poetry install
DEBUG= poetry run gen_dockerfile | docker buildx build -t $IMAGE_TAG -
- name: Push the Docker image.
if: ${{ github.ref_name == github.event.repository.default_branch }}
run: |