Add LF to new files last line

This commit is contained in:
vpereira01 2022-04-09 17:04:59 +01:00 committed by John C. Vernaleo
parent 1eede8721c
commit b87a4f4835
2 changed files with 2 additions and 2 deletions

View File

@ -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"]
ENTRYPOINT ["btcd"]

View File

@ -49,4 +49,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ env.TPLATFORMS }}
push: true
tags: ${{ steps.meta.outputs.tags }}
tags: ${{ steps.meta.outputs.tags }}