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

@@ -70,6 +70,7 @@ jobs:
--cache-from "type=local,src=/tmp/.buildx-cache" \
--cache-to "type=local,dest=/tmp/.buildx-cache" \
--build-arg VERSION=${VERSION} \
--build-arg COMMIT_SHA=${GITHUB_SHA} \
--build-arg BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ') \
--build-arg VCS_REF=${GITHUB_SHA::8} \
${TAG} --file Dockerfile .