fix cd pipeline #2

Merged
marcio.fernandes merged 14 commits from tests/ci-cd into main 2026-03-15 10:57:17 +00:00
Showing only changes of commit 9d17370405 - Show all commits

View File

@@ -50,6 +50,18 @@ runs:
} }
EOF EOF
echo "Checking config.json (safe output):"
if [ ! -f "$DOCKER_CONFIG_DIR/config.json" ]; then
echo "ERROR: config.json missing"
exit 1
fi
jq '
.auths |= with_entries(
.value.auth = "***MASKED***"
)
' "$DOCKER_CONFIG_DIR/config.json"
# Run BuildKit build # Run BuildKit build
buildctl \ buildctl \
--addr ${{ inputs.buildkit_addr }} \ --addr ${{ inputs.buildkit_addr }} \