We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c0c6a commit a6bcfceCopy full SHA for a6bcfce
1 file changed
.github/workflows/docker.yaml
@@ -45,7 +45,7 @@ jobs:
45
docker pull $DOCKER_SLUG:latest
46
docker build \
47
--cache-from $DOCKER_SLUG:latest \
48
- --build-arg GIT_SHA=${GITHUB_SHA::7} \
+ --build-arg GIT_SHA=${GITHUB_SHA} \
49
-t $DOCKER_SLUG:${GITHUB_SHA::7} \
50
-t $DOCKER_SLUG:latest \
51
-f ci/Dockerfile .
0 commit comments