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 }}