diff --git a/.github/workflows/docker-backend.yaml b/.github/workflows/docker-backend.yaml index 12f6665c..976a5602 100644 --- a/.github/workflows/docker-backend.yaml +++ b/.github/workflows/docker-backend.yaml @@ -11,4 +11,4 @@ jobs: with: image-name: backend folder: backend - build-args: "" \ No newline at end of file + build-args: "" diff --git a/.github/workflows/docker-bot.yaml b/.github/workflows/docker-bot.yaml index 4b1a0d97..2b34ebeb 100644 --- a/.github/workflows/docker-bot.yaml +++ b/.github/workflows/docker-bot.yaml @@ -11,4 +11,4 @@ jobs: with: image-name: bot folder: bot - build-args: "" \ No newline at end of file + build-args: "" diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index ee32d374..9d5c0106 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -50,4 +50,4 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha - cache-to: type=gha,mode=max \ No newline at end of file + cache-to: type=gha,mode=max diff --git a/bot/Dockerfile b/bot/Dockerfile index 9cff3dc2..ab215b5b 100644 --- a/bot/Dockerfile +++ b/bot/Dockerfile @@ -4,4 +4,4 @@ ADD requirements.txt /app/requirements.txt WORKDIR /app RUN pip install -r requirements.txt ADD . /app -CMD ["python", "bot.py"] \ No newline at end of file +CMD ["python", "bot.py"]