Skip to content

Commit 1ded471

Browse files
authored
110 add commit hash to manifest (Consensys#8229)
* add include commit hash param to docker manifest gradle task
1 parent 70806b1 commit 1ded471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
- run:
465465
name: Create and publish docker manifest
466466
command: |
467-
./gradlew --no-daemon --parallel manifestDocker
467+
./gradlew --no-daemon --parallel "-PincludeCommitHashInDockerTag=<< pipeline.parameters.include_commit_hash_in_docker_tag >>" manifestDocker
468468
- notify
469469

470470
extractAPISpec:

0 commit comments

Comments
 (0)