display link to the last commit

This commit is contained in:
Robin Moser
2021-04-20 18:14:52 +02:00
parent 007d278435
commit b8eeb24586
4 changed files with 23 additions and 3 deletions

View File

@@ -14,6 +14,9 @@ ENV VERSION=${VERSION:-undefined}
ARG BUILD_DATE
ENV BUILD_DATE=${BUILD_DATE:-undefined}
ARG COMMIT_SHA
ENV COMMIT_SHA=${COMMIT_SHA:-}
RUN mkdir -p /app
WORKDIR /app