From b87a4f48353a4ec55b11fe47edd7069e14069575 Mon Sep 17 00:00:00 2001 From: vpereira01 <42812459+vpereira01@users.noreply.github.com> Date: Sat, 9 Apr 2022 17:04:59 +0100 Subject: [PATCH] Add LF to new files last line --- .github/workflows/Dockerfile | 2 +- .github/workflows/dimagespub.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Dockerfile b/.github/workflows/Dockerfile index 30cb21e4..a5de0e7d 100644 --- a/.github/workflows/Dockerfile +++ b/.github/workflows/Dockerfile @@ -21,4 +21,4 @@ COPY --from=build /go/bin /bin # 8333 Mainnet Bitcoin peer-to-peer port # 8334 Mainet RPC port EXPOSE 8333 8334 -ENTRYPOINT ["btcd"] \ No newline at end of file +ENTRYPOINT ["btcd"] diff --git a/.github/workflows/dimagespub.yml b/.github/workflows/dimagespub.yml index 23bd407a..19056ee0 100644 --- a/.github/workflows/dimagespub.yml +++ b/.github/workflows/dimagespub.yml @@ -49,4 +49,4 @@ jobs: labels: ${{ steps.meta.outputs.labels }} platforms: ${{ env.TPLATFORMS }} push: true - tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file + tags: ${{ steps.meta.outputs.tags }}