use latest tag instead of latest commit

This commit is contained in:
Tomás Ralph 2023-04-08 15:29:09 -03:00
parent 6d4b916048
commit f0979b6b8c

View File

@ -4,6 +4,8 @@ RUN git clone https://github.com/geoffrey45/swing-client.git client
WORKDIR /client
RUN git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
RUN yarn install
RUN yarn build