Skip to content

Commit a6bcfce

Browse files
authored
sending in the long sha for our api info screen (#2918)
1 parent f7c0c6a commit a6bcfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
docker pull $DOCKER_SLUG:latest
4646
docker build \
4747
--cache-from $DOCKER_SLUG:latest \
48-
--build-arg GIT_SHA=${GITHUB_SHA::7} \
48+
--build-arg GIT_SHA=${GITHUB_SHA} \
4949
-t $DOCKER_SLUG:${GITHUB_SHA::7} \
5050
-t $DOCKER_SLUG:latest \
5151
-f ci/Dockerfile .

0 commit comments

Comments
 (0)