We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fce76 commit 2ce5dcfCopy full SHA for 2ce5dcf
.circleci/config.yml
@@ -45,6 +45,8 @@ jobs:
45
source ".circleci/parse-tag.sh"
46
DOCKERHUB_DOCKEFILE="$DOCKERHUB_DOCKEFILE_ARM64"
47
DOCKERHUB_DESTINATION="$DOCKERHUB_REPO:$LATEST_TAG-arm64v8"
48
+ echo "DOCKER_OPTIONS=$DOCKER_OPTIONS"
49
+ echo "DOCKER_CERT_PATH=$DOCKER_CERT_PATH"
50
if [ -f $DOCKERHUB_DOCKEFILE ]; then
51
#
52
# Make sure the builder is copy the arm emulator
0 commit comments