Skip to content

Commit

Permalink
change dockerhub build trigger to only run tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh4kE committed Nov 5, 2016
1 parent f30378e commit 3ba5198
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ ADD . /code/

# put current release into version file
RUN git fetch --tags
RUN git checkout tags/v0.1.17
RUN git describe --tags --always | awk '{split($0,a,"-"); print a[1]}'
RUN git describe --tags --always | awk '{split($0,a,"-"); print a[1]}' > version

Expand Down

0 comments on commit 3ba5198

Please sign in to comment.