Skip to content

Commit 2ce5dcf

Browse files
committed
Print dockeroptions
1 parent d0fce76 commit 2ce5dcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
source ".circleci/parse-tag.sh"
4646
DOCKERHUB_DOCKEFILE="$DOCKERHUB_DOCKEFILE_ARM64"
4747
DOCKERHUB_DESTINATION="$DOCKERHUB_REPO:$LATEST_TAG-arm64v8"
48+
echo "DOCKER_OPTIONS=$DOCKER_OPTIONS"
49+
echo "DOCKER_CERT_PATH=$DOCKER_CERT_PATH"
4850
if [ -f $DOCKERHUB_DOCKEFILE ]; then
4951
#
5052
# Make sure the builder is copy the arm emulator

0 commit comments

Comments
 (0)