Update .gitlab-ci.yml file adding debugging information
This commit is contained in:
parent
051bb43239
commit
ed3bc3162e
|
@ -552,6 +552,7 @@ docker:
|
|||
./scripts/set-api-build-metadata.sh $CI_COMMIT_SHORT_SHA;
|
||||
fi
|
||||
- docker buildx create --use
|
||||
- echo "Using cache image: $DOCKER_CACHE_IMAGE:$CI_COMMIT_BRANCH"
|
||||
- make docker-build BUILD_ARGS="--metadata-file metadata.json $BUILD_ARGS"
|
||||
- cat metadata.json
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in New Issue