docker: fix version cmd (#6947)

* ttempt to debug docker image

* describe

* force depth

* fix simd version

* test fetch tags

* undo test

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
Marko 2020-08-05 17:38:07 +02:00 committed by GitHub
parent 1a531cb645
commit dfa0642fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

View File

@ -23,9 +23,8 @@ WORKDIR /go/src/github.com/cosmos/cosmos-sdk
COPY . .
# build Cosmos SDK, remove packages
RUN make tools && \
make build-simd && \
cp ./build/sim* /go/bin
RUN make build-simd && \
cp ./build/simd /go/bin
# make build-sim-linux ??